StorageCacheExtensions Class
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.
A class to add extension methods to Azure.ResourceManager.StorageCache.
public static class StorageCacheExtensions
type StorageCacheExtensions = class
Public Module StorageCacheExtensions
- Inheritance
-
StorageCacheExtensions
Methods
CheckAmlFSSubnets(SubscriptionResource, AmlFileSystemSubnetContent, CancellationToken) |
Check that subnets will be valid for AML file system create calls.
|
CheckAmlFSSubnetsAsync(SubscriptionResource, AmlFileSystemSubnetContent, CancellationToken) |
Check that subnets will be valid for AML file system create calls.
|
GetAmlFileSystem(ResourceGroupResource, String, CancellationToken) |
Returns an AML file system.
|
GetAmlFileSystemAsync(ResourceGroupResource, String, CancellationToken) |
Returns an AML file system.
|
GetAmlFileSystemResource(ArmClient, ResourceIdentifier) |
Gets an object representing an AmlFileSystemResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create an AmlFileSystemResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetAmlFileSystemResource(ResourceIdentifier) instead. |
GetAmlFileSystems(ResourceGroupResource) |
Gets a collection of AmlFileSystemResources in the ResourceGroupResource. MockingTo mock this method, please mock GetAmlFileSystems() instead. |
GetAmlFileSystems(SubscriptionResource, CancellationToken) |
Returns all AML file systems the user has access to under a subscription.
|
GetAmlFileSystemsAsync(SubscriptionResource, CancellationToken) |
Returns all AML file systems the user has access to under a subscription.
|
GetRequiredAmlFSSubnetsSize(SubscriptionResource, RequiredAmlFileSystemSubnetsSizeContent, CancellationToken) |
Get the number of available IP addresses needed for the AML file system information provided.
|
GetRequiredAmlFSSubnetsSizeAsync(SubscriptionResource, RequiredAmlFileSystemSubnetsSizeContent, CancellationToken) |
Get the number of available IP addresses needed for the AML file system information provided.
|
GetStorageCache(ResourceGroupResource, String, CancellationToken) |
Returns a cache.
|
GetStorageCacheAsync(ResourceGroupResource, String, CancellationToken) |
Returns a cache.
|
GetStorageCacheImportJobResource(ArmClient, ResourceIdentifier) |
Gets an object representing a StorageCacheImportJobResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a StorageCacheImportJobResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetStorageCacheImportJobResource(ResourceIdentifier) instead. |
GetStorageCacheResource(ArmClient, ResourceIdentifier) |
Gets an object representing a StorageCacheResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a StorageCacheResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetStorageCacheResource(ResourceIdentifier) instead. |
GetStorageCaches(ResourceGroupResource) |
Gets a collection of StorageCacheResources in the ResourceGroupResource. MockingTo mock this method, please mock GetStorageCaches() instead. |
GetStorageCaches(SubscriptionResource, CancellationToken) |
Returns all caches the user has access to under a subscription.
|
GetStorageCachesAsync(SubscriptionResource, CancellationToken) |
Returns all caches the user has access to under a subscription.
|
GetStorageCacheSkus(SubscriptionResource, CancellationToken) |
Get the list of StorageCache.Cache SKUs available to this subscription.
|
GetStorageCacheSkusAsync(SubscriptionResource, CancellationToken) |
Get the list of StorageCache.Cache SKUs available to this subscription.
|
GetStorageCacheUsages(SubscriptionResource, AzureLocation, CancellationToken) |
Gets the quantity used and quota limit for resources
|
GetStorageCacheUsagesAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Gets the quantity used and quota limit for resources
|
GetStorageTargetResource(ArmClient, ResourceIdentifier) |
Gets an object representing a StorageTargetResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a StorageTargetResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetStorageTargetResource(ResourceIdentifier) instead. |
GetUsageModels(SubscriptionResource, CancellationToken) |
Get the list of cache usage models available to this subscription.
|
GetUsageModelsAsync(SubscriptionResource, CancellationToken) |
Get the list of cache usage models available to this subscription.
|
Applies to
Azure SDK for .NET