Show / Hide Table of Contents

Class VirtualMachineState

Inheritance
System.Object
InputArgs
ResourceArgs
VirtualMachineState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.MSSql
Assembly: Pulumi.Azure.dll
Syntax
public sealed class VirtualMachineState : ResourceArgs

Constructors

View Source

VirtualMachineState()

Declaration
public VirtualMachineState()

Properties

View Source

AutoPatching

An auto_patching block as defined below.

Declaration
public Input<VirtualMachineAutoPatchingGetArgs> AutoPatching { get; set; }
Property Value
Type Description
Input<VirtualMachineAutoPatchingGetArgs>
View Source

KeyVaultCredential

(Optional) An key_vault_credential block as defined below.

Declaration
public Input<VirtualMachineKeyVaultCredentialGetArgs> KeyVaultCredential { get; set; }
Property Value
Type Description
Input<VirtualMachineKeyVaultCredentialGetArgs>
View Source

RServicesEnabled

Should R Services be enabled?

Declaration
public Input<bool> RServicesEnabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

SqlConnectivityPort

The SQL Server port. Defaults to 1433.

Declaration
public Input<int> SqlConnectivityPort { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

SqlConnectivityType

The connectivity type used for this SQL Server. Defaults to PRIVATE.

Declaration
public Input<string> SqlConnectivityType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SqlConnectivityUpdatePassword

The SQL Server sysadmin login password.

Declaration
public Input<string> SqlConnectivityUpdatePassword { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SqlConnectivityUpdateUsername

The SQL Server sysadmin login to create.

Declaration
public Input<string> SqlConnectivityUpdateUsername { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SqlLicenseType

The SQL Server license type. Possible values are AHUB (Azure Hybrid Benefit) and PAYG (Pay-As-You-Go). Changing this forces a new resource to be created.

Declaration
public Input<string> SqlLicenseType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Tags

A mapping of tags to assign to the resource.

Declaration
public InputMap<string> Tags { get; set; }
Property Value
Type Description
InputMap<System.String>
View Source

VirtualMachineId

The ID of the Virtual Machine. Changing this forces a new resource to be created.

Declaration
public Input<string> VirtualMachineId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.