Share via


DiskPool Class

Definition

Response for Disk Pool request.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.DiskPoolTypeConverter))]
public class DiskPool : Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IDiskPool, Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.DiskPoolTypeConverter))>]
type DiskPool = class
    interface IDiskPool
    interface IJsonSerializable
    interface ITrackedResource
    interface IResource
    interface IValidates
Public Class DiskPool
Implements IDiskPool, IValidates
Inheritance
DiskPool
Attributes
Implements

Constructors

DiskPool()

Creates an new DiskPool 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.

Id

Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Location

The geo-location where the resource lives.

ManagedBy

Azure resource id. Indicates if this resource is managed by another Azure resource.

ManagedByExtended

List of Azure resource ids that manage this resource.

Name

The name of the resource

ProvisioningState

State of the operation on the resource.

ResourceGroupName

Gets the resource group name

SkuName

Sku name

SkuTier

Sku tier

Status

Operational status of the Disk Pool.

SubnetId

Azure Resource ID of a Subnet for the Disk Pool.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The type of identity that last modified the resource.

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Tag

Resource tags.

Type

The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DiskPool.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DiskPool.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DiskPool into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to