Azure.ResourceManager.StoragePool Namespace

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.

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.

IscsiTargetCollection

A class representing a collection of IscsiTargetResource and their operations. Each IscsiTargetResource in the collection will belong to the same instance of DiskPoolResource. To get an IscsiTargetCollection instance call the GetIscsiTargets method from an instance of DiskPoolResource.

IscsiTargetData

A class representing the IscsiTarget data model.

IscsiTargetResource

A Class representing an IscsiTarget along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct an IscsiTargetResource from an instance of ArmClient using the GetIscsiTargetResource method. Otherwise you can get one from its parent resource DiskPoolResource using the GetIscsiTarget method.

StoragePoolExtensions

A class to add extension methods to Azure.ResourceManager.StoragePool.