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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET