StoragePoolExtensions 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.StoragePool.
public static class StoragePoolExtensions
type StoragePoolExtensions = class
Public Module StoragePoolExtensions
- Inheritance
-
StoragePoolExtensions
Methods
GetDiskPool(ResourceGroupResource, String, CancellationToken) |
Get a Disk pool.
|
GetDiskPoolAsync(ResourceGroupResource, String, CancellationToken) |
Get a Disk pool.
|
GetDiskPoolIscsiTargetResource(ArmClient, ResourceIdentifier) |
Gets an object representing a DiskPoolIscsiTargetResource 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 DiskPoolIscsiTargetResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDiskPoolIscsiTargetResource(ResourceIdentifier) instead. |
GetDiskPoolResource(ArmClient, ResourceIdentifier) |
Gets an object representing a DiskPoolResource 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 DiskPoolResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDiskPoolResource(ResourceIdentifier) instead. |
GetDiskPools(ResourceGroupResource) |
Gets a collection of DiskPoolResources in the ResourceGroupResource. MockingTo mock this method, please mock GetDiskPools() instead. |
GetDiskPools(SubscriptionResource, CancellationToken) |
Gets a list of Disk Pools in a subscription
|
GetDiskPoolsAsync(SubscriptionResource, CancellationToken) |
Gets a list of Disk Pools in a subscription
|
GetDiskPoolZones(SubscriptionResource, AzureLocation, CancellationToken) |
Lists available Disk Pool Skus in an Azure location.
|
GetDiskPoolZonesAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Lists available Disk Pool Skus in an Azure location.
|
GetResourceSkus(SubscriptionResource, AzureLocation, CancellationToken) |
Lists available StoragePool resources and skus in an Azure location.
|
GetResourceSkusAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Lists available StoragePool resources and skus in an Azure location.
|
Applies to
Azure SDK for .NET