Share via


DiskPoolProperties Class

Definition

Disk Pool response properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.DiskPoolPropertiesTypeConverter))]
public class DiskPoolProperties : Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IDiskPoolProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.DiskPoolPropertiesTypeConverter))>]
type DiskPoolProperties = class
    interface IDiskPoolProperties
    interface IJsonSerializable
Public Class DiskPoolProperties
Implements IDiskPoolProperties
Inheritance
DiskPoolProperties
Attributes
Implements

Constructors

DiskPoolProperties()

Creates an new DiskPoolProperties instance.

Properties

AdditionalCapability

List of additional capabilities for Disk Pool.

AvailabilityZone

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

Disk

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

ProvisioningState

State of the operation on the resource.

Status

Operational status of the Disk Pool.

SubnetId

Azure Resource ID of a Subnet for the Disk Pool.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DiskPoolProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DiskPoolProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IDiskPoolProperties.

FromJsonString(String)

Creates a new instance of DiskPoolProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DiskPoolProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to