v20170515

package
v0.6.1 Latest Latest
Warning

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

Go to latest
Published: Feb 11, 2021 License: Apache-2.0 Imports: 7 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 id of the ARM resource, e.g. "/subscriptions/{id}/providers/Microsoft.Addons/supportProvider/{supportProviderName}/supportPlanTypes/{planTypeName}".
	Id string `pulumi:"id"`
	// 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.

func (*SupportPlanType) ElementType added in v0.2.6

func (*SupportPlanType) ElementType() reflect.Type

func (*SupportPlanType) ToSupportPlanTypeOutput added in v0.2.6

func (i *SupportPlanType) ToSupportPlanTypeOutput() SupportPlanTypeOutput

func (*SupportPlanType) ToSupportPlanTypeOutputWithContext added in v0.2.6

func (i *SupportPlanType) ToSupportPlanTypeOutputWithContext(ctx context.Context) SupportPlanTypeOutput

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 SupportPlanTypeInput added in v0.2.6

type SupportPlanTypeInput interface {
	pulumi.Input

	ToSupportPlanTypeOutput() SupportPlanTypeOutput
	ToSupportPlanTypeOutputWithContext(ctx context.Context) SupportPlanTypeOutput
}

type SupportPlanTypeOutput added in v0.2.6

type SupportPlanTypeOutput struct {
	*pulumi.OutputState
}

func (SupportPlanTypeOutput) ElementType added in v0.2.6

func (SupportPlanTypeOutput) ElementType() reflect.Type

func (SupportPlanTypeOutput) ToSupportPlanTypeOutput added in v0.2.6

func (o SupportPlanTypeOutput) ToSupportPlanTypeOutput() SupportPlanTypeOutput

func (SupportPlanTypeOutput) ToSupportPlanTypeOutputWithContext added in v0.2.6

func (o SupportPlanTypeOutput) ToSupportPlanTypeOutputWithContext(ctx context.Context) SupportPlanTypeOutput

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