Share via


SqlStorageUpdateSettings.StartingDeviceId Property

Definition

Gets or sets device id of the first disk to be updated.

[Newtonsoft.Json.JsonProperty(PropertyName="startingDeviceId")]
public int? StartingDeviceId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="startingDeviceId")>]
member this.StartingDeviceId : Nullable<int> with get, set
Public Property StartingDeviceId As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to