v20170515

package
v0.2.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 9, 2020 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LookupSupportPlanTypeArgs

type LookupSupportPlanTypeArgs struct {
	// The Canonical support plan type.
	PlanTypeName string `pulumi:"planTypeName"`
	// The support plan type. For now the only valid type is "canonical".
	ProviderName string `pulumi:"providerName"`
}

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.

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL