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 IJsonSerializablePublic 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. | 
| AutoExportJobName | Name for the auto export job. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric. | 
| AutoImportJobName | Name for the auto import job. 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 | 
| ImportJobName | Name for the import job. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric. | 
| 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) |