Azure.ResourceManager.StoragePool Namespace

Classes

Name Description
AzureResourceManagerStoragePoolContext

Context class which will be filled in by the System.ClientModel.SourceGeneration. For more information see 'https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/System.ClientModel/src/docs/ModelReaderWriterContext.md'

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.