get Support Plan Type
Returns whether or not the canonical support plan of type {type} is enabled for the subscription. Uses Azure REST API version 2018-03-01.
Return
The status of the Canonical support plan.
Parameters
argument
null
suspend fun getSupportPlanType(planTypeName: String, providerName: String): GetSupportPlanTypeResult
Return
The status of the Canonical support plan.
Parameters
plan Type Name
The Canonical support plan type.
provider Name
The support plan type. For now the only valid type is "canonical".
See also
suspend fun getSupportPlanType(argument: suspend GetSupportPlanTypePlainArgsBuilder.() -> Unit): GetSupportPlanTypeResult
Return
The status of the Canonical support plan.
Parameters
argument
Builder for com.pulumi.azurenative.addons.kotlin.inputs.GetSupportPlanTypePlainArgs.