Condividi tramite


IStorageCacheIdentity.CacheName Property

Definition

Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class.

[Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Description="Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="cacheName")]
public string CacheName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Description="Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="cacheName")>]
member this.CacheName : string with get, set
Public Property CacheName As String

Property Value

Attributes

Applies to