Share via


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