Get Capacity Details Result
    data class GetCapacityDetailsResult(val administration: DedicatedCapacityAdministratorsResponse? = null, 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
                fun GetCapacityDetailsResult(administration: DedicatedCapacityAdministratorsResponse? = null, 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
Properties
Link copied to clipboard
                Link copied to clipboard
                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