Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LookupSupportPlanTypeResult ¶
type LookupSupportPlanTypeResult struct { // The name of the Canonical support plan, i.e. "essential", "standard" or "advanced". Name string `pulumi:"name"` // The provisioning state of the resource. ProvisioningState *string `pulumi:"provisioningState"` // Microsoft.Addons/supportProvider Type string `pulumi:"type"` }
The status of the Canonical support plan.
func LookupSupportPlanType ¶
func LookupSupportPlanType(ctx *pulumi.Context, args *LookupSupportPlanTypeArgs, opts ...pulumi.InvokeOption) (*LookupSupportPlanTypeResult, error)
type SupportPlanType ¶
type SupportPlanType struct { pulumi.CustomResourceState // The name of the Canonical support plan, i.e. "essential", "standard" or "advanced". Name pulumi.StringOutput `pulumi:"name"` // The provisioning state of the resource. ProvisioningState pulumi.StringPtrOutput `pulumi:"provisioningState"` // Microsoft.Addons/supportProvider Type pulumi.StringOutput `pulumi:"type"` }
The status of the Canonical support plan.
func GetSupportPlanType ¶
func GetSupportPlanType(ctx *pulumi.Context, name string, id pulumi.IDInput, state *SupportPlanTypeState, opts ...pulumi.ResourceOption) (*SupportPlanType, error)
GetSupportPlanType gets an existing SupportPlanType resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
func NewSupportPlanType ¶
func NewSupportPlanType(ctx *pulumi.Context, name string, args *SupportPlanTypeArgs, opts ...pulumi.ResourceOption) (*SupportPlanType, error)
NewSupportPlanType registers a new resource with the given unique name, arguments, and options.
type SupportPlanTypeArgs ¶
type SupportPlanTypeArgs struct { // The Canonical support plan type. PlanTypeName pulumi.StringInput // The support plan type. For now the only valid type is "canonical". ProviderName pulumi.StringInput }
The set of arguments for constructing a SupportPlanType resource.
func (SupportPlanTypeArgs) ElementType ¶
func (SupportPlanTypeArgs) ElementType() reflect.Type
type SupportPlanTypeState ¶
type SupportPlanTypeState struct { // The name of the Canonical support plan, i.e. "essential", "standard" or "advanced". Name pulumi.StringPtrInput // The provisioning state of the resource. ProvisioningState pulumi.StringPtrInput // Microsoft.Addons/supportProvider Type pulumi.StringPtrInput }
func (SupportPlanTypeState) ElementType ¶
func (SupportPlanTypeState) ElementType() reflect.Type
Click to show internal directories.
Click to hide internal directories.