GetAutoScaleVCorePlainArgs

data class GetAutoScaleVCorePlainArgs(val resourceGroupName: String, val vcoreName: String) : ConvertibleToJava<GetAutoScaleVCorePlainArgs>

Constructors

Link copied to clipboard
constructor(resourceGroupName: String, vcoreName: String)

Properties

Link copied to clipboard

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.

Link copied to clipboard

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

Functions

Link copied to clipboard
open override fun toJava(): GetAutoScaleVCorePlainArgs