IStorageCacheIdentity.CacheName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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