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