你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Azure.ResourceManager.StorageActions Namespace
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.
Classes
StorageActionsExtensions |
A class to add extension methods to Azure.ResourceManager.StorageActions. |
StorageTaskCollection |
A class representing a collection of StorageTaskResource and their operations. Each StorageTaskResource in the collection will belong to the same instance of ResourceGroupResource. To get a StorageTaskCollection instance call the GetStorageTasks method from an instance of ResourceGroupResource. |
StorageTaskData |
A class representing the StorageTask data model. Represents Storage Task. |
StorageTaskResource |
A Class representing a StorageTask along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a StorageTaskResource from an instance of ArmClient using the GetStorageTaskResource method. Otherwise you can get one from its parent resource ResourceGroupResource using the GetStorageTask method. |