Class VirtualMachineArgs
Inherited Members
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 VirtualMachineArgs : ResourceArgs
Constructors
View SourceVirtualMachineArgs()
Declaration
public VirtualMachineArgs()
Properties
View SourceAutoPatching
An auto_patching block as defined below.
Declaration
public Input<VirtualMachineAutoPatchingArgs> AutoPatching { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<VirtualMachineAutoPatchingArgs> |
KeyVaultCredential
(Optional) An key_vault_credential block as defined below.
Declaration
public Input<VirtualMachineKeyVaultCredentialArgs> KeyVaultCredential { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<VirtualMachineKeyVaultCredentialArgs> |
RServicesEnabled
Should R Services be enabled?
Declaration
public Input<bool> RServicesEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
SqlConnectivityPort
The SQL Server port. Defaults to 1433.
Declaration
public Input<int> SqlConnectivityPort { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
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> |
SqlConnectivityUpdatePassword
The SQL Server sysadmin login password.
Declaration
public Input<string> SqlConnectivityUpdatePassword { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SqlConnectivityUpdateUsername
The SQL Server sysadmin login to create.
Declaration
public Input<string> SqlConnectivityUpdateUsername { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
Tags
A mapping of tags to assign to the resource.
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
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> |