list Redis Enterprise Skus For Scaling
suspend fun listRedisEnterpriseSkusForScaling(argument: ListRedisEnterpriseSkusForScalingPlainArgs): ListRedisEnterpriseSkusForScalingResult
Lists the available SKUs for scaling the Redis Enterprise cluster. Uses Azure REST API version 2025-05-01-preview.
Return
The response of a listSkusForScaling operation.
Parameters
argument
null
suspend fun listRedisEnterpriseSkusForScaling(clusterName: String, resourceGroupName: String): ListRedisEnterpriseSkusForScalingResult
Return
The response of a listSkusForScaling operation.
Parameters
cluster Name
The name of the Redis Enterprise cluster. Name must be 1-60 characters long. Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor consecutive hyphens
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun listRedisEnterpriseSkusForScaling(argument: suspend ListRedisEnterpriseSkusForScalingPlainArgsBuilder.() -> Unit): ListRedisEnterpriseSkusForScalingResult
Return
The response of a listSkusForScaling operation.
Parameters
argument
Builder for com.pulumi.azurenative.redisenterprise.kotlin.inputs.ListRedisEnterpriseSkusForScalingPlainArgs.