Share via


Disallowed.DiskTypes Property

Definition

Gets or sets a list of disk types.

[Newtonsoft.Json.JsonProperty(PropertyName="diskTypes")]
public System.Collections.Generic.IList<string> DiskTypes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="diskTypes")>]
member this.DiskTypes : System.Collections.Generic.IList<string> with get, set
Public Property DiskTypes As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to