GetSupportPlanTypeResult

data class GetSupportPlanTypeResult(val id: String, val name: String, val provisioningState: String? = null, val type: String)

The status of the Canonical support plan.

Constructors

Link copied to clipboard
constructor(id: String, name: String, provisioningState: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The id of the ARM resource, e.g. "/subscriptions/{id}/providers/Microsoft.Addons/supportProvider/{supportProviderName}/supportPlanTypes/{planTypeName}".

Link copied to clipboard

The name of the Canonical support plan, i.e. "essential", "standard" or "advanced".

Link copied to clipboard

The provisioning state of the resource.

Link copied to clipboard

Microsoft.Addons/supportProvider