IStorageCacheIdentity Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.StorageCacheIdentityTypeConverter))]
public interface IStorageCacheIdentity : Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.StorageCacheIdentityTypeConverter))>]
type IStorageCacheIdentity = interface
interface IJsonSerializable
Public Interface IStorageCacheIdentity
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
AmlFilesystemName |
Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric. |
CacheName |
Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. |
Id |
Resource identity path |
Location |
The name of Azure region. |
OperationId |
The ID of an ongoing async operation. |
ResourceGroupName |
The name of the resource group. The name is case insensitive. |
StorageTargetName |
Name of Storage Target. |
SubscriptionId |
The ID of the target subscription. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |