Azure.ResourceManager.StorageCache Namespace

Classes

AmlFileSystemCollection

A class representing a collection of AmlFileSystemResource and their operations. Each AmlFileSystemResource in the collection will belong to the same instance of ResourceGroupResource. To get an AmlFileSystemCollection instance call the GetAmlFileSystems method from an instance of ResourceGroupResource.

AmlFileSystemData

A class representing the AmlFileSystem data model. An AML file system instance. Follows Azure Resource Manager standards: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/resource-api-reference.md

AmlFileSystemResource

A Class representing an AmlFileSystem along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct an AmlFileSystemResource from an instance of ArmClient using the GetAmlFileSystemResource method. Otherwise you can get one from its parent resource ResourceGroupResource using the GetAmlFileSystem method.

StorageCacheCollection

A class representing a collection of StorageCacheResource and their operations. Each StorageCacheResource in the collection will belong to the same instance of ResourceGroupResource. To get a StorageCacheCollection instance call the GetStorageCaches method from an instance of ResourceGroupResource.

StorageCacheData

A class representing the StorageCache data model. A cache instance. Follows Azure Resource Manager standards: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/resource-api-reference.md

StorageCacheExtensions

A class to add extension methods to Azure.ResourceManager.StorageCache.

StorageCacheResource

A Class representing a StorageCache along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a StorageCacheResource from an instance of ArmClient using the GetStorageCacheResource method. Otherwise you can get one from its parent resource ResourceGroupResource using the GetStorageCache method.

StorageTargetCollection

A class representing a collection of StorageTargetResource and their operations. Each StorageTargetResource in the collection will belong to the same instance of StorageCacheResource. To get a StorageTargetCollection instance call the GetStorageTargets method from an instance of StorageCacheResource.

StorageTargetData

A class representing the StorageTarget data model. Type of the Storage Target.

StorageTargetResource

A Class representing a StorageTarget along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a StorageTargetResource from an instance of ArmClient using the GetStorageTargetResource method. Otherwise you can get one from its parent resource StorageCacheResource using the GetStorageTarget method.