你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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
GetStorageTask(ResourceGroupResource, String, CancellationToken) |
Get the storage task properties
|
GetStorageTaskAsync(ResourceGroupResource, String, CancellationToken) |
Get the storage task properties
|
GetStorageTaskResource(ArmClient, ResourceIdentifier) |
Gets an object representing a StorageTaskResource 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 StorageTaskResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetStorageTaskResource(ResourceIdentifier) instead. |
GetStorageTasks(ResourceGroupResource) |
Gets a collection of StorageTaskResources in the ResourceGroupResource. MockingTo mock this method, please mock GetStorageTasks() instead. |
GetStorageTasks(SubscriptionResource, CancellationToken) |
Lists all the storage tasks available under the subscription.
|
GetStorageTasksAsync(SubscriptionResource, CancellationToken) |
Lists all the storage tasks available under the subscription.
|
PreviewActions(SubscriptionResource, AzureLocation, StorageTaskPreviewAction, CancellationToken) |
Runs the input conditions against input object metadata properties and designates matched objects in response.
|
PreviewActionsAsync(SubscriptionResource, AzureLocation, StorageTaskPreviewAction, CancellationToken) |
Runs the input conditions against input object metadata properties and designates matched objects in response.
|