你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IDiskPoolCreateProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.DiskPoolCreatePropertiesTypeConverter))]
public interface IDiskPoolCreateProperties : Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.DiskPoolCreatePropertiesTypeConverter))>]
type IDiskPoolCreateProperties = interface
    interface IJsonSerializable
Public Interface IDiskPoolCreateProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

AdditionalCapability

List of additional capabilities for a Disk Pool.

AvailabilityZone

Logical zone for Disk Pool resource; example: ["1"].

Disk

List of Azure Managed Disks to attach to a Disk Pool.

SubnetId

Azure Resource ID of a Subnet for the Disk Pool.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to