BaseModel.Kind Property

Definition

Gets or sets the Kind of the object. Currently only Series8000 is supported. Possible values include: 'Series8000'

[Newtonsoft.Json.JsonProperty(PropertyName="kind")]
public Microsoft.Azure.Management.StorSimple8000Series.Models.Kind? Kind { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="kind")>]
member this.Kind : Nullable<Microsoft.Azure.Management.StorSimple8000Series.Models.Kind> with get, set
Public Property Kind As Nullable(Of Kind)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to