Package-level declarations
Types
Link copied to clipboard
data class AutoScaleVCoreSkuResponse(val capacity: Int? = null, val name: String, val tier: String? = null)
Represents the SKU name and Azure pricing tier for auto scale v-core resource.
Link copied to clipboard
data class CapacitySkuResponse(val capacity: Int? = null, val name: String, val tier: String? = null)
Represents the SKU name and Azure pricing tier for PowerBI Dedicated capacity resource.
Link copied to clipboard
An array of administrator user identities
Link copied to clipboard
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.
Link copied to clipboard
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.
Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)
Metadata pertaining to creation and last modification of the resource.