ISqlVirtualMachineGroup.SqlImageSku Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
SQL image sku.
[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Info(Description="SQL image sku.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlVMGroupImageSku) }, ReadOnly=false, Required=false, SerializedName="sqlImageSku")]
public Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlVMGroupImageSku? SqlImageSku { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Info(Description="SQL image sku.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlVMGroupImageSku) }, ReadOnly=false, Required=false, SerializedName="sqlImageSku")>]
member this.SqlImageSku : Nullable<Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.SqlVMGroupImageSku> with get, set
Public Property SqlImageSku As Nullable(Of SqlVMGroupImageSku)
Property Value
- Attributes