DiskPoolData Constructor
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.
Initializes a new instance of DiskPoolData.
public DiskPoolData (Azure.Core.AzureLocation location, Azure.ResourceManager.StoragePool.Models.DiskPoolIscsiTargetProvisioningState provisioningState, System.Collections.Generic.IEnumerable<string> availabilityZones, Azure.ResourceManager.StoragePool.Models.StoragePoolOperationalStatus status, Azure.Core.ResourceIdentifier subnetId);
new Azure.ResourceManager.StoragePool.DiskPoolData : Azure.Core.AzureLocation * Azure.ResourceManager.StoragePool.Models.DiskPoolIscsiTargetProvisioningState * seq<string> * Azure.ResourceManager.StoragePool.Models.StoragePoolOperationalStatus * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.StoragePool.DiskPoolData
Public Sub New (location As AzureLocation, provisioningState As DiskPoolIscsiTargetProvisioningState, availabilityZones As IEnumerable(Of String), status As StoragePoolOperationalStatus, subnetId As ResourceIdentifier)
Parameters
- location
- AzureLocation
The location.
- provisioningState
- DiskPoolIscsiTargetProvisioningState
State of the operation on the resource.
- availabilityZones
- IEnumerable<String>
Logical zone for Disk Pool resource; example: ["1"].
- status
- StoragePoolOperationalStatus
Operational status of the Disk Pool.
- subnetId
- ResourceIdentifier
Azure Resource ID of a Subnet for the Disk Pool.
Exceptions
availabilityZones
or subnetId
is null.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET