CacheIdentity.Type Property

Definition

Gets or sets the type of identity used for the cache. Possible values include: 'SystemAssigned', 'None'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to