Share via


ICache.IdentityType Property

Definition

The type of identity used for the cache

[Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Description="The type of identity used for the cache", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Support.CacheIdentityType) }, ReadOnly=false, Required=false, SerializedName="type")]
public Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Support.CacheIdentityType? IdentityType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Description="The type of identity used for the cache", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Support.CacheIdentityType) }, ReadOnly=false, Required=false, SerializedName="type")>]
member this.IdentityType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Support.CacheIdentityType> with get, set
Public Property IdentityType As Nullable(Of CacheIdentityType)

Property Value

Attributes

Applies to