Azure.ResourceManager.StoragePool 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
DiskPoolCollection |
A class representing a collection of DiskPoolResource and their operations. Each DiskPoolResource in the collection will belong to the same instance of ResourceGroupResource. To get a DiskPoolCollection instance call the GetDiskPools method from an instance of ResourceGroupResource. |
DiskPoolData |
A class representing the DiskPool data model. Response for Disk Pool request. |
DiskPoolIscsiTargetCollection |
A class representing a collection of DiskPoolIscsiTargetResource and their operations. Each DiskPoolIscsiTargetResource in the collection will belong to the same instance of DiskPoolResource. To get a DiskPoolIscsiTargetCollection instance call the GetDiskPoolIscsiTargets method from an instance of DiskPoolResource. |
DiskPoolIscsiTargetData |
A class representing the DiskPoolIscsiTarget data model. Response for iSCSI Target requests. |
DiskPoolIscsiTargetResource |
A Class representing a DiskPoolIscsiTarget along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a DiskPoolIscsiTargetResource from an instance of ArmClient using the GetDiskPoolIscsiTargetResource method. Otherwise you can get one from its parent resource DiskPoolResource using the GetDiskPoolIscsiTarget method. |
DiskPoolResource |
A Class representing a DiskPool along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a DiskPoolResource from an instance of ArmClient using the GetDiskPoolResource method. Otherwise you can get one from its parent resource ResourceGroupResource using the GetDiskPool method. |
StoragePoolExtensions |
A class to add extension methods to Azure.ResourceManager.StoragePool. |
Azure SDK for .NET