GetCapacityDetailsResult

data class GetCapacityDetailsResult(val administration: DedicatedCapacityAdministratorsResponse? = null, val azureApiVersion: String, val friendlyName: String, val id: String, val location: String, val mode: String? = null, val name: String, val provisioningState: String, val sku: CapacitySkuResponse, val state: String, val systemData: SystemDataResponse? = null, val tags: Map<String, String>? = null, val tenantId: String, val type: String)

Represents an instance of a Dedicated Capacity resource.

Constructors

Link copied to clipboard
constructor(administration: DedicatedCapacityAdministratorsResponse? = null, azureApiVersion: String, friendlyName: String, id: String, location: String, mode: String? = null, name: String, provisioningState: String, sku: CapacitySkuResponse, state: String, systemData: SystemDataResponse? = null, tags: Map<String, String>? = null, tenantId: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A collection of Dedicated capacity administrators

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Capacity name

Link copied to clipboard
val id: String

An identifier that represents the PowerBI Dedicated resource.

Link copied to clipboard

Location of the PowerBI Dedicated resource.

Link copied to clipboard
val mode: String? = null

Specifies the generation of the Power BI Embedded capacity. If no value is specified, the default value 'Gen2' is used. Learn More

Link copied to clipboard

The name of the PowerBI Dedicated resource.

Link copied to clipboard

The current deployment state of PowerBI Dedicated resource. The provisioningState is to indicate states for resource provisioning.

Link copied to clipboard

The SKU of the PowerBI Dedicated capacity resource.

Link copied to clipboard

The current state of PowerBI Dedicated resource. The state is to indicate more states outside of resource provisioning.

Link copied to clipboard

Metadata pertaining to creation and last modification of the resource.

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

Key-value pairs of additional resource provisioning properties.

Link copied to clipboard

Tenant ID for the capacity. Used for creating Pro Plus capacity.

Link copied to clipboard

The type of the PowerBI Dedicated resource.