sku

@JvmName(name = "ragtuxocsyvdwglb")
suspend fun sku(value: Output<SkuArgs>)
@JvmName(name = "lhaewnsmtdbtpvgk")
suspend fun sku(value: SkuArgs?)

Parameters

value

SKU of the resource for which capacity needs be reserved. The SKU name and capacity is required to be set. Currently VM Skus with the capability called 'CapacityReservationSupported' set to true are supported. Refer to List Microsoft.Compute SKUs in a region (https://docs.microsoft.com/rest/api/compute/resourceskus/list) for supported values.


@JvmName(name = "seqwmmwggmdxtkdx")
suspend fun sku(argument: suspend SkuArgsBuilder.() -> Unit)

Parameters

argument

SKU of the resource for which capacity needs be reserved. The SKU name and capacity is required to be set. Currently VM Skus with the capability called 'CapacityReservationSupported' set to true are supported. Refer to List Microsoft.Compute SKUs in a region (https://docs.microsoft.com/rest/api/compute/resourceskus/list) for supported values.