getAutoScaleVCore

Gets details about the specified auto scale v-core. Uses Azure REST API version 2021-01-01.

Return

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

Parameters

argument

null


suspend fun getAutoScaleVCore(resourceGroupName: String, vcoreName: String): GetAutoScaleVCoreResult

Return

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

Parameters

resourceGroupName

The name of the Azure Resource group of which a given PowerBIDedicated capacity is part. This name must be at least 1 character in length, and no more than 90.

vcoreName

The name of the auto scale v-core. It must be a minimum of 3 characters, and a maximum of 63.

See also


Return

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

Parameters

argument

Builder for com.pulumi.azurenative.powerbidedicated.kotlin.inputs.GetAutoScaleVCorePlainArgs.

See also