GetDiskPoolResult

data class GetDiskPoolResult(val additionalCapabilities: List<String>? = null, val availabilityZones: List<String>, val disks: List<DiskResponse>? = null, val id: String, val location: String, val managedBy: String, val managedByExtended: List<String>, val name: String, val provisioningState: String, val status: String, val subnetId: String, val systemData: SystemMetadataResponse, val tags: Map<String, String>? = null, val tier: String? = null, val type: String)

Response for Disk Pool request.

Constructors

Link copied to clipboard
constructor(additionalCapabilities: List<String>? = null, availabilityZones: List<String>, disks: List<DiskResponse>? = null, id: String, location: String, managedBy: String, managedByExtended: List<String>, name: String, provisioningState: String, status: String, subnetId: String, systemData: SystemMetadataResponse, tags: Map<String, String>? = null, tier: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of additional capabilities for Disk Pool.

Link copied to clipboard

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

Link copied to clipboard
val disks: List<DiskResponse>? = null

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

Link copied to clipboard
val id: String

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

Link copied to clipboard

The geo-location where the resource lives.

Link copied to clipboard

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

Link copied to clipboard

List of Azure resource ids that manage this resource.

Link copied to clipboard

The name of the resource

Link copied to clipboard

State of the operation on the resource.

Link copied to clipboard

Operational status of the Disk Pool.

Link copied to clipboard

Azure Resource ID of a Subnet for the Disk Pool.

Link copied to clipboard

Resource metadata required by ARM RPC

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard
val tier: String? = null

Sku tier

Link copied to clipboard

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