getSupportPlanType

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

planTypeName

The Canonical support plan type.

providerName

The support plan type. For now the only valid type is "canonical".

See also


Return

The status of the Canonical support plan.

Parameters

argument

Builder for com.pulumi.azurenative.addons.kotlin.inputs.GetSupportPlanTypePlainArgs.

See also