StorageActionsExtensions 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.StorageActions.
public static class StorageActionsExtensions
type StorageActionsExtensions = class
Public Module StorageActionsExtensions
- Inheritance
-
StorageActionsExtensions
Methods
| Name | Description |
|---|---|
| GetStorageTask(ResourceGroupResource, String, CancellationToken) |
Get the storage task properties <item> Mocking. To mock this method, please mock GetStorageTask(String, CancellationToken) instead. </item> |
| GetStorageTaskAsync(ResourceGroupResource, String, CancellationToken) |
Get the storage task properties <item> Mocking. To mock this method, please mock GetStorageTaskAsync(String, CancellationToken) instead. </item> |
| GetStorageTaskResource(ArmClient, ResourceIdentifier) |
Gets an object representing a StorageTaskResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetStorageTaskResource(ResourceIdentifier) instead. </item> |
| GetStorageTasks(ResourceGroupResource) |
Gets a collection of StorageTasks in the ResourceGroupResource<item> Mocking. To mock this method, please mock GetStorageTasks() instead. </item> |
| GetStorageTasks(SubscriptionResource, CancellationToken) |
Lists all the storage tasks available under the subscription. <item> Mocking. To mock this method, please mock GetStorageTasks(CancellationToken) instead. </item> |
| GetStorageTasksAsync(SubscriptionResource, CancellationToken) |
Lists all the storage tasks available under the subscription. <item> Mocking. To mock this method, please mock GetStorageTasksAsync(CancellationToken) instead. </item> |
| PreviewActions(SubscriptionResource, AzureLocation, StorageTaskPreviewAction, CancellationToken) |
Runs the input conditions against input object metadata properties and designates matched objects in response. <item> Mocking. To mock this method, please mock PreviewActions(AzureLocation, StorageTaskPreviewAction, CancellationToken) instead. </item> |
| PreviewActionsAsync(SubscriptionResource, AzureLocation, StorageTaskPreviewAction, CancellationToken) |
Runs the input conditions against input object metadata properties and designates matched objects in response. <item> Mocking. To mock this method, please mock PreviewActionsAsync(AzureLocation, StorageTaskPreviewAction, CancellationToken) instead. </item> |