Package-level declarations

Types

Link copied to clipboard
data class AutoScaleVCoreSkuArgs(val capacity: Output<Int>? = null, val name: Output<String>, val tier: Output<Either<String, VCoreSkuTier>>? = null) : ConvertibleToJava<AutoScaleVCoreSkuArgs>

Represents the SKU name and Azure pricing tier for auto scale v-core resource.

Link copied to clipboard
data class CapacitySkuArgs(val capacity: Output<Int>? = null, val name: Output<String>, val tier: Output<Either<String, CapacitySkuTier>>? = null) : ConvertibleToJava<CapacitySkuArgs>

Represents the SKU name and Azure pricing tier for PowerBI Dedicated capacity resource.

Link copied to clipboard
Link copied to clipboard
data class DedicatedCapacityAdministratorsArgs(val members: Output<List<String>>? = null) : ConvertibleToJava<DedicatedCapacityAdministratorsArgs>

An array of administrator user identities

Link copied to clipboard
data class GetAutoScaleVCorePlainArgs(val resourceGroupName: String, val vcoreName: String) : ConvertibleToJava<GetAutoScaleVCorePlainArgs>
Link copied to clipboard
data class GetCapacityDetailsPlainArgs(val dedicatedCapacityName: String, val resourceGroupName: String) : ConvertibleToJava<GetCapacityDetailsPlainArgs>
Link copied to clipboard
data class SystemDataArgs(val createdAt: Output<String>? = null, val createdBy: Output<String>? = null, val createdByType: Output<Either<String, IdentityType>>? = null, val lastModifiedAt: Output<String>? = null, val lastModifiedBy: Output<String>? = null, val lastModifiedByType: Output<Either<String, IdentityType>>? = null) : ConvertibleToJava<SystemDataArgs>

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard