ISqlVirtualMachine.SqlServerLicenseType Property

Definition

SQL Server license type.

[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.PSArgumentCompleter(new System.String[] { "PAYG", "AHUB", "DR" })]
[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Info(Create=true, Description="SQL Server license type.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="sqlServerLicenseType", Update=true)]
public string SqlServerLicenseType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.PSArgumentCompleter(new System.String[] { "PAYG", "AHUB", "DR" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Info(Create=true, Description="SQL Server license type.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="sqlServerLicenseType", Update=true)>]
member this.SqlServerLicenseType : string with get, set
Public Property SqlServerLicenseType As String

Property Value

Attributes

Applies to