GetAutoScaleVCoreResult

data class GetAutoScaleVCoreResult(val azureApiVersion: String, val capacityLimit: Int? = null, val capacityObjectId: String? = null, val id: String, val location: String, val name: String, val provisioningState: String, val sku: AutoScaleVCoreSkuResponse, val systemData: SystemDataResponse? = null, val tags: Map<String, String>? = null, val type: String)

Represents an instance of an auto scale v-core resource.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, capacityLimit: Int? = null, capacityObjectId: String? = null, id: String, location: String, name: String, provisioningState: String, sku: AutoScaleVCoreSkuResponse, systemData: SystemDataResponse? = null, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val capacityLimit: Int? = null

The maximum capacity of an auto scale v-core resource.

Link copied to clipboard

The object ID of the capacity resource associated with the auto scale v-core resource.

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

The name of the PowerBI Dedicated resource.

Link copied to clipboard

The current deployment state of an auto scale v-core resource. The provisioningState is to indicate states for resource provisioning.

Link copied to clipboard

The SKU of the auto scale v-core resource.

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

The type of the PowerBI Dedicated resource.