SqlStorageUpdateSettings.DiskConfigurationType Property

Definition

Gets or sets disk configuration to apply to SQL Server. Possible values include: 'NEW', 'EXTEND', 'ADD'

[Newtonsoft.Json.JsonProperty(PropertyName="diskConfigurationType")]
public string DiskConfigurationType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="diskConfigurationType")>]
member this.DiskConfigurationType : string with get, set
Public Property DiskConfigurationType As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to