ISqlVirtualMachine.SqlStorageUpdateSettingStartingDeviceId Property

Definition

Device id of the first disk to be updated.

[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Info(Create=true, Description="Device id of the first disk to be updated.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="startingDeviceId", Update=true)]
public int? SqlStorageUpdateSettingStartingDeviceId { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Info(Create=true, Description="Device id of the first disk to be updated.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="startingDeviceId", Update=true)>]
member this.SqlStorageUpdateSettingStartingDeviceId : Nullable<int> with get, set
Public Property SqlStorageUpdateSettingStartingDeviceId As Nullable(Of Integer)

Property Value

Attributes

Applies to