Share via


IDiskPool Interface

Definition

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

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}

(Inherited from IResource)
Location

The geo-location where the resource lives.

(Inherited from ITrackedResource)
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

(Inherited from IResource)
ProvisioningState

State of the operation on the resource.

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.

(Inherited from ITrackedResource)
Type

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

(Inherited from IResource)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to