v20151101preview

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 ArmTemplateParameter

type ArmTemplateParameter struct {
	// name of the parameter.
	Name *string `pulumi:"name"`
	// value for the parameter. In Jtoken
	Value *string `pulumi:"value"`
}

Parameter to pass to ARM template

type ArmTemplateParameterArgs

type ArmTemplateParameterArgs struct {
	// name of the parameter.
	Name pulumi.StringPtrInput `pulumi:"name"`
	// value for the parameter. In Jtoken
	Value pulumi.StringPtrInput `pulumi:"value"`
}

Parameter to pass to ARM template

func (ArmTemplateParameterArgs) ElementType

func (ArmTemplateParameterArgs) ElementType() reflect.Type

func (ArmTemplateParameterArgs) ToArmTemplateParameterOutput

func (i ArmTemplateParameterArgs) ToArmTemplateParameterOutput() ArmTemplateParameterOutput

func (ArmTemplateParameterArgs) ToArmTemplateParameterOutputWithContext

func (i ArmTemplateParameterArgs) ToArmTemplateParameterOutputWithContext(ctx context.Context) ArmTemplateParameterOutput

type ArmTemplateParameterArray

type ArmTemplateParameterArray []ArmTemplateParameterInput

func (ArmTemplateParameterArray) ElementType

func (ArmTemplateParameterArray) ElementType() reflect.Type

func (ArmTemplateParameterArray) ToArmTemplateParameterArrayOutput

func (i ArmTemplateParameterArray) ToArmTemplateParameterArrayOutput() ArmTemplateParameterArrayOutput

func (ArmTemplateParameterArray) ToArmTemplateParameterArrayOutputWithContext

func (i ArmTemplateParameterArray) ToArmTemplateParameterArrayOutputWithContext(ctx context.Context) ArmTemplateParameterArrayOutput

type ArmTemplateParameterArrayInput

type ArmTemplateParameterArrayInput interface {
	pulumi.Input

	ToArmTemplateParameterArrayOutput() ArmTemplateParameterArrayOutput
	ToArmTemplateParameterArrayOutputWithContext(context.Context) ArmTemplateParameterArrayOutput
}

ArmTemplateParameterArrayInput is an input type that accepts ArmTemplateParameterArray and ArmTemplateParameterArrayOutput values. You can construct a concrete instance of `ArmTemplateParameterArrayInput` via:

ArmTemplateParameterArray{ ArmTemplateParameterArgs{...} }

type ArmTemplateParameterArrayOutput

type ArmTemplateParameterArrayOutput struct{ *pulumi.OutputState }

func (ArmTemplateParameterArrayOutput) ElementType

func (ArmTemplateParameterArrayOutput) Index

func (ArmTemplateParameterArrayOutput) ToArmTemplateParameterArrayOutput

func (o ArmTemplateParameterArrayOutput) ToArmTemplateParameterArrayOutput() ArmTemplateParameterArrayOutput

func (ArmTemplateParameterArrayOutput) ToArmTemplateParameterArrayOutputWithContext

func (o ArmTemplateParameterArrayOutput) ToArmTemplateParameterArrayOutputWithContext(ctx context.Context) ArmTemplateParameterArrayOutput

type ArmTemplateParameterInput

type ArmTemplateParameterInput interface {
	pulumi.Input

	ToArmTemplateParameterOutput() ArmTemplateParameterOutput
	ToArmTemplateParameterOutputWithContext(context.Context) ArmTemplateParameterOutput
}

ArmTemplateParameterInput is an input type that accepts ArmTemplateParameterArgs and ArmTemplateParameterOutput values. You can construct a concrete instance of `ArmTemplateParameterInput` via:

ArmTemplateParameterArgs{...}

type ArmTemplateParameterOutput

type ArmTemplateParameterOutput struct{ *pulumi.OutputState }

Parameter to pass to ARM template

func (ArmTemplateParameterOutput) ElementType

func (ArmTemplateParameterOutput) ElementType() reflect.Type

func (ArmTemplateParameterOutput) Name

name of the parameter.

func (ArmTemplateParameterOutput) ToArmTemplateParameterOutput

func (o ArmTemplateParameterOutput) ToArmTemplateParameterOutput() ArmTemplateParameterOutput

func (ArmTemplateParameterOutput) ToArmTemplateParameterOutputWithContext

func (o ArmTemplateParameterOutput) ToArmTemplateParameterOutputWithContext(ctx context.Context) ArmTemplateParameterOutput

func (ArmTemplateParameterOutput) Value

value for the parameter. In Jtoken

type ArmTemplateParameterResponse

type ArmTemplateParameterResponse struct {
	// name of the parameter.
	Name *string `pulumi:"name"`
	// value for the parameter. In Jtoken
	Value *string `pulumi:"value"`
}

Parameter to pass to ARM template

type ArmTemplateParameterResponseArgs

type ArmTemplateParameterResponseArgs struct {
	// name of the parameter.
	Name pulumi.StringPtrInput `pulumi:"name"`
	// value for the parameter. In Jtoken
	Value pulumi.StringPtrInput `pulumi:"value"`
}

Parameter to pass to ARM template

func (ArmTemplateParameterResponseArgs) ElementType

func (ArmTemplateParameterResponseArgs) ToArmTemplateParameterResponseOutput

func (i ArmTemplateParameterResponseArgs) ToArmTemplateParameterResponseOutput() ArmTemplateParameterResponseOutput

func (ArmTemplateParameterResponseArgs) ToArmTemplateParameterResponseOutputWithContext

func (i ArmTemplateParameterResponseArgs) ToArmTemplateParameterResponseOutputWithContext(ctx context.Context) ArmTemplateParameterResponseOutput

type ArmTemplateParameterResponseArray

type ArmTemplateParameterResponseArray []ArmTemplateParameterResponseInput

func (ArmTemplateParameterResponseArray) ElementType

func (ArmTemplateParameterResponseArray) ToArmTemplateParameterResponseArrayOutput

func (i ArmTemplateParameterResponseArray) ToArmTemplateParameterResponseArrayOutput() ArmTemplateParameterResponseArrayOutput

func (ArmTemplateParameterResponseArray) ToArmTemplateParameterResponseArrayOutputWithContext

func (i ArmTemplateParameterResponseArray) ToArmTemplateParameterResponseArrayOutputWithContext(ctx context.Context) ArmTemplateParameterResponseArrayOutput

type ArmTemplateParameterResponseArrayInput

type ArmTemplateParameterResponseArrayInput interface {
	pulumi.Input

	ToArmTemplateParameterResponseArrayOutput() ArmTemplateParameterResponseArrayOutput
	ToArmTemplateParameterResponseArrayOutputWithContext(context.Context) ArmTemplateParameterResponseArrayOutput
}

ArmTemplateParameterResponseArrayInput is an input type that accepts ArmTemplateParameterResponseArray and ArmTemplateParameterResponseArrayOutput values. You can construct a concrete instance of `ArmTemplateParameterResponseArrayInput` via:

ArmTemplateParameterResponseArray{ ArmTemplateParameterResponseArgs{...} }

type ArmTemplateParameterResponseArrayOutput

type ArmTemplateParameterResponseArrayOutput struct{ *pulumi.OutputState }

func (ArmTemplateParameterResponseArrayOutput) ElementType

func (ArmTemplateParameterResponseArrayOutput) Index

func (ArmTemplateParameterResponseArrayOutput) ToArmTemplateParameterResponseArrayOutput

func (o ArmTemplateParameterResponseArrayOutput) ToArmTemplateParameterResponseArrayOutput() ArmTemplateParameterResponseArrayOutput

func (ArmTemplateParameterResponseArrayOutput) ToArmTemplateParameterResponseArrayOutputWithContext

func (o ArmTemplateParameterResponseArrayOutput) ToArmTemplateParameterResponseArrayOutputWithContext(ctx context.Context) ArmTemplateParameterResponseArrayOutput

type ArmTemplateParameterResponseInput

type ArmTemplateParameterResponseInput interface {
	pulumi.Input

	ToArmTemplateParameterResponseOutput() ArmTemplateParameterResponseOutput
	ToArmTemplateParameterResponseOutputWithContext(context.Context) ArmTemplateParameterResponseOutput
}

ArmTemplateParameterResponseInput is an input type that accepts ArmTemplateParameterResponseArgs and ArmTemplateParameterResponseOutput values. You can construct a concrete instance of `ArmTemplateParameterResponseInput` via:

ArmTemplateParameterResponseArgs{...}

type ArmTemplateParameterResponseOutput

type ArmTemplateParameterResponseOutput struct{ *pulumi.OutputState }

Parameter to pass to ARM template

func (ArmTemplateParameterResponseOutput) ElementType

func (ArmTemplateParameterResponseOutput) Name

name of the parameter.

func (ArmTemplateParameterResponseOutput) ToArmTemplateParameterResponseOutput

func (o ArmTemplateParameterResponseOutput) ToArmTemplateParameterResponseOutput() ArmTemplateParameterResponseOutput

func (ArmTemplateParameterResponseOutput) ToArmTemplateParameterResponseOutputWithContext

func (o ArmTemplateParameterResponseOutput) ToArmTemplateParameterResponseOutputWithContext(ctx context.Context) ArmTemplateParameterResponseOutput

func (ArmTemplateParameterResponseOutput) Value

value for the parameter. In Jtoken

type LookupManagementAssociationArgs

type LookupManagementAssociationArgs struct {
	// User ManagementAssociation Name.
	ManagementAssociationName string `pulumi:"managementAssociationName"`
	// Provider name for the parent resource.
	ProviderName string `pulumi:"providerName"`
	// The name of the resource group to get. The name is case insensitive.
	ResourceGroupName string `pulumi:"resourceGroupName"`
	// Parent resource name.
	ResourceName string `pulumi:"resourceName"`
	// Resource type for the parent resource
	ResourceType string `pulumi:"resourceType"`
}

type LookupManagementAssociationResult

type LookupManagementAssociationResult struct {
	// Resource ID.
	Id string `pulumi:"id"`
	// Resource location
	Location *string `pulumi:"location"`
	// Resource name.
	Name string `pulumi:"name"`
	// Properties for ManagementAssociation object supported by the OperationsManagement resource provider.
	Properties ManagementAssociationPropertiesResponse `pulumi:"properties"`
	// Resource type.
	Type string `pulumi:"type"`
}

The container for solution.

type LookupManagementConfigurationArgs

type LookupManagementConfigurationArgs struct {
	// User Management Configuration Name.
	ManagementConfigurationName string `pulumi:"managementConfigurationName"`
	// The name of the resource group to get. The name is case insensitive.
	ResourceGroupName string `pulumi:"resourceGroupName"`
}

type LookupManagementConfigurationResult

type LookupManagementConfigurationResult struct {
	// Resource ID.
	Id string `pulumi:"id"`
	// Resource location
	Location *string `pulumi:"location"`
	// Resource name.
	Name string `pulumi:"name"`
	// Properties for ManagementConfiguration object supported by the OperationsManagement resource provider.
	Properties ManagementConfigurationPropertiesResponse `pulumi:"properties"`
	// Resource type.
	Type string `pulumi:"type"`
}

The container for solution.

type LookupSolutionArgs

type LookupSolutionArgs struct {
	// The name of the resource group to get. The name is case insensitive.
	ResourceGroupName string `pulumi:"resourceGroupName"`
	// User Solution Name.
	SolutionName string `pulumi:"solutionName"`
}

type LookupSolutionResult

type LookupSolutionResult struct {
	// Resource ID.
	Id string `pulumi:"id"`
	// Resource location
	Location *string `pulumi:"location"`
	// Resource name.
	Name string `pulumi:"name"`
	// Plan for solution object supported by the OperationsManagement resource provider.
	Plan *SolutionPlanResponse `pulumi:"plan"`
	// Properties for solution object supported by the OperationsManagement resource provider.
	Properties SolutionPropertiesResponse `pulumi:"properties"`
	// Resource tags
	Tags map[string]string `pulumi:"tags"`
	// Resource type.
	Type string `pulumi:"type"`
}

The container for solution.

func LookupSolution

func LookupSolution(ctx *pulumi.Context, args *LookupSolutionArgs, opts ...pulumi.InvokeOption) (*LookupSolutionResult, error)

type ManagementAssociation

type ManagementAssociation struct {
	pulumi.CustomResourceState

	// Resource location
	Location pulumi.StringPtrOutput `pulumi:"location"`
	// Resource name.
	Name pulumi.StringOutput `pulumi:"name"`
	// Properties for ManagementAssociation object supported by the OperationsManagement resource provider.
	Properties ManagementAssociationPropertiesResponseOutput `pulumi:"properties"`
	// Resource type.
	Type pulumi.StringOutput `pulumi:"type"`
}

The container for solution.

func GetManagementAssociation

func GetManagementAssociation(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *ManagementAssociationState, opts ...pulumi.ResourceOption) (*ManagementAssociation, error)

GetManagementAssociation gets an existing ManagementAssociation 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 NewManagementAssociation

func NewManagementAssociation(ctx *pulumi.Context,
	name string, args *ManagementAssociationArgs, opts ...pulumi.ResourceOption) (*ManagementAssociation, error)

NewManagementAssociation registers a new resource with the given unique name, arguments, and options.

func (*ManagementAssociation) ElementType added in v0.2.6

func (*ManagementAssociation) ElementType() reflect.Type

func (*ManagementAssociation) ToManagementAssociationOutput added in v0.2.6

func (i *ManagementAssociation) ToManagementAssociationOutput() ManagementAssociationOutput

func (*ManagementAssociation) ToManagementAssociationOutputWithContext added in v0.2.6

func (i *ManagementAssociation) ToManagementAssociationOutputWithContext(ctx context.Context) ManagementAssociationOutput

type ManagementAssociationArgs

type ManagementAssociationArgs struct {
	// Resource location
	Location pulumi.StringPtrInput
	// User ManagementAssociation Name.
	ManagementAssociationName pulumi.StringInput
	// Properties for ManagementAssociation object supported by the OperationsManagement resource provider.
	Properties ManagementAssociationPropertiesPtrInput
	// Provider name for the parent resource.
	ProviderName pulumi.StringInput
	// The name of the resource group to get. The name is case insensitive.
	ResourceGroupName pulumi.StringInput
	// Parent resource name.
	ResourceName pulumi.StringInput
	// Resource type for the parent resource
	ResourceType pulumi.StringInput
}

The set of arguments for constructing a ManagementAssociation resource.

func (ManagementAssociationArgs) ElementType

func (ManagementAssociationArgs) ElementType() reflect.Type

type ManagementAssociationInput added in v0.2.6

type ManagementAssociationInput interface {
	pulumi.Input

	ToManagementAssociationOutput() ManagementAssociationOutput
	ToManagementAssociationOutputWithContext(ctx context.Context) ManagementAssociationOutput
}

type ManagementAssociationOutput added in v0.2.6

type ManagementAssociationOutput struct {
	*pulumi.OutputState
}

func (ManagementAssociationOutput) ElementType added in v0.2.6

func (ManagementAssociationOutput) ToManagementAssociationOutput added in v0.2.6

func (o ManagementAssociationOutput) ToManagementAssociationOutput() ManagementAssociationOutput

func (ManagementAssociationOutput) ToManagementAssociationOutputWithContext added in v0.2.6

func (o ManagementAssociationOutput) ToManagementAssociationOutputWithContext(ctx context.Context) ManagementAssociationOutput

type ManagementAssociationProperties

type ManagementAssociationProperties struct {
	// The applicationId of the appliance for this association.
	ApplicationId string `pulumi:"applicationId"`
}

ManagementAssociation properties supported by the OperationsManagement resource provider.

type ManagementAssociationPropertiesArgs

type ManagementAssociationPropertiesArgs struct {
	// The applicationId of the appliance for this association.
	ApplicationId pulumi.StringInput `pulumi:"applicationId"`
}

ManagementAssociation properties supported by the OperationsManagement resource provider.

func (ManagementAssociationPropertiesArgs) ElementType

func (ManagementAssociationPropertiesArgs) ToManagementAssociationPropertiesOutput

func (i ManagementAssociationPropertiesArgs) ToManagementAssociationPropertiesOutput() ManagementAssociationPropertiesOutput

func (ManagementAssociationPropertiesArgs) ToManagementAssociationPropertiesOutputWithContext

func (i ManagementAssociationPropertiesArgs) ToManagementAssociationPropertiesOutputWithContext(ctx context.Context) ManagementAssociationPropertiesOutput

func (ManagementAssociationPropertiesArgs) ToManagementAssociationPropertiesPtrOutput

func (i ManagementAssociationPropertiesArgs) ToManagementAssociationPropertiesPtrOutput() ManagementAssociationPropertiesPtrOutput

func (ManagementAssociationPropertiesArgs) ToManagementAssociationPropertiesPtrOutputWithContext

func (i ManagementAssociationPropertiesArgs) ToManagementAssociationPropertiesPtrOutputWithContext(ctx context.Context) ManagementAssociationPropertiesPtrOutput

type ManagementAssociationPropertiesInput

type ManagementAssociationPropertiesInput interface {
	pulumi.Input

	ToManagementAssociationPropertiesOutput() ManagementAssociationPropertiesOutput
	ToManagementAssociationPropertiesOutputWithContext(context.Context) ManagementAssociationPropertiesOutput
}

ManagementAssociationPropertiesInput is an input type that accepts ManagementAssociationPropertiesArgs and ManagementAssociationPropertiesOutput values. You can construct a concrete instance of `ManagementAssociationPropertiesInput` via:

ManagementAssociationPropertiesArgs{...}

type ManagementAssociationPropertiesOutput

type ManagementAssociationPropertiesOutput struct{ *pulumi.OutputState }

ManagementAssociation properties supported by the OperationsManagement resource provider.

func (ManagementAssociationPropertiesOutput) ApplicationId

The applicationId of the appliance for this association.

func (ManagementAssociationPropertiesOutput) ElementType

func (ManagementAssociationPropertiesOutput) ToManagementAssociationPropertiesOutput

func (o ManagementAssociationPropertiesOutput) ToManagementAssociationPropertiesOutput() ManagementAssociationPropertiesOutput

func (ManagementAssociationPropertiesOutput) ToManagementAssociationPropertiesOutputWithContext

func (o ManagementAssociationPropertiesOutput) ToManagementAssociationPropertiesOutputWithContext(ctx context.Context) ManagementAssociationPropertiesOutput

func (ManagementAssociationPropertiesOutput) ToManagementAssociationPropertiesPtrOutput

func (o ManagementAssociationPropertiesOutput) ToManagementAssociationPropertiesPtrOutput() ManagementAssociationPropertiesPtrOutput

func (ManagementAssociationPropertiesOutput) ToManagementAssociationPropertiesPtrOutputWithContext

func (o ManagementAssociationPropertiesOutput) ToManagementAssociationPropertiesPtrOutputWithContext(ctx context.Context) ManagementAssociationPropertiesPtrOutput

type ManagementAssociationPropertiesPtrInput

type ManagementAssociationPropertiesPtrInput interface {
	pulumi.Input

	ToManagementAssociationPropertiesPtrOutput() ManagementAssociationPropertiesPtrOutput
	ToManagementAssociationPropertiesPtrOutputWithContext(context.Context) ManagementAssociationPropertiesPtrOutput
}

ManagementAssociationPropertiesPtrInput is an input type that accepts ManagementAssociationPropertiesArgs, ManagementAssociationPropertiesPtr and ManagementAssociationPropertiesPtrOutput values. You can construct a concrete instance of `ManagementAssociationPropertiesPtrInput` via:

        ManagementAssociationPropertiesArgs{...}

or:

        nil

type ManagementAssociationPropertiesPtrOutput

type ManagementAssociationPropertiesPtrOutput struct{ *pulumi.OutputState }

func (ManagementAssociationPropertiesPtrOutput) ApplicationId

The applicationId of the appliance for this association.

func (ManagementAssociationPropertiesPtrOutput) Elem

func (ManagementAssociationPropertiesPtrOutput) ElementType

func (ManagementAssociationPropertiesPtrOutput) ToManagementAssociationPropertiesPtrOutput

func (o ManagementAssociationPropertiesPtrOutput) ToManagementAssociationPropertiesPtrOutput() ManagementAssociationPropertiesPtrOutput

func (ManagementAssociationPropertiesPtrOutput) ToManagementAssociationPropertiesPtrOutputWithContext

func (o ManagementAssociationPropertiesPtrOutput) ToManagementAssociationPropertiesPtrOutputWithContext(ctx context.Context) ManagementAssociationPropertiesPtrOutput

type ManagementAssociationPropertiesResponse

type ManagementAssociationPropertiesResponse struct {
	// The applicationId of the appliance for this association.
	ApplicationId string `pulumi:"applicationId"`
}

ManagementAssociation properties supported by the OperationsManagement resource provider.

type ManagementAssociationPropertiesResponseArgs

type ManagementAssociationPropertiesResponseArgs struct {
	// The applicationId of the appliance for this association.
	ApplicationId pulumi.StringInput `pulumi:"applicationId"`
}

ManagementAssociation properties supported by the OperationsManagement resource provider.

func (ManagementAssociationPropertiesResponseArgs) ElementType

func (ManagementAssociationPropertiesResponseArgs) ToManagementAssociationPropertiesResponseOutput

func (i ManagementAssociationPropertiesResponseArgs) ToManagementAssociationPropertiesResponseOutput() ManagementAssociationPropertiesResponseOutput

func (ManagementAssociationPropertiesResponseArgs) ToManagementAssociationPropertiesResponseOutputWithContext

func (i ManagementAssociationPropertiesResponseArgs) ToManagementAssociationPropertiesResponseOutputWithContext(ctx context.Context) ManagementAssociationPropertiesResponseOutput

func (ManagementAssociationPropertiesResponseArgs) ToManagementAssociationPropertiesResponsePtrOutput

func (i ManagementAssociationPropertiesResponseArgs) ToManagementAssociationPropertiesResponsePtrOutput() ManagementAssociationPropertiesResponsePtrOutput

func (ManagementAssociationPropertiesResponseArgs) ToManagementAssociationPropertiesResponsePtrOutputWithContext

func (i ManagementAssociationPropertiesResponseArgs) ToManagementAssociationPropertiesResponsePtrOutputWithContext(ctx context.Context) ManagementAssociationPropertiesResponsePtrOutput

type ManagementAssociationPropertiesResponseInput

type ManagementAssociationPropertiesResponseInput interface {
	pulumi.Input

	ToManagementAssociationPropertiesResponseOutput() ManagementAssociationPropertiesResponseOutput
	ToManagementAssociationPropertiesResponseOutputWithContext(context.Context) ManagementAssociationPropertiesResponseOutput
}

ManagementAssociationPropertiesResponseInput is an input type that accepts ManagementAssociationPropertiesResponseArgs and ManagementAssociationPropertiesResponseOutput values. You can construct a concrete instance of `ManagementAssociationPropertiesResponseInput` via:

ManagementAssociationPropertiesResponseArgs{...}

type ManagementAssociationPropertiesResponseOutput

type ManagementAssociationPropertiesResponseOutput struct{ *pulumi.OutputState }

ManagementAssociation properties supported by the OperationsManagement resource provider.

func (ManagementAssociationPropertiesResponseOutput) ApplicationId

The applicationId of the appliance for this association.

func (ManagementAssociationPropertiesResponseOutput) ElementType

func (ManagementAssociationPropertiesResponseOutput) ToManagementAssociationPropertiesResponseOutput

func (o ManagementAssociationPropertiesResponseOutput) ToManagementAssociationPropertiesResponseOutput() ManagementAssociationPropertiesResponseOutput

func (ManagementAssociationPropertiesResponseOutput) ToManagementAssociationPropertiesResponseOutputWithContext

func (o ManagementAssociationPropertiesResponseOutput) ToManagementAssociationPropertiesResponseOutputWithContext(ctx context.Context) ManagementAssociationPropertiesResponseOutput

func (ManagementAssociationPropertiesResponseOutput) ToManagementAssociationPropertiesResponsePtrOutput

func (o ManagementAssociationPropertiesResponseOutput) ToManagementAssociationPropertiesResponsePtrOutput() ManagementAssociationPropertiesResponsePtrOutput

func (ManagementAssociationPropertiesResponseOutput) ToManagementAssociationPropertiesResponsePtrOutputWithContext

func (o ManagementAssociationPropertiesResponseOutput) ToManagementAssociationPropertiesResponsePtrOutputWithContext(ctx context.Context) ManagementAssociationPropertiesResponsePtrOutput

type ManagementAssociationPropertiesResponsePtrInput

type ManagementAssociationPropertiesResponsePtrInput interface {
	pulumi.Input

	ToManagementAssociationPropertiesResponsePtrOutput() ManagementAssociationPropertiesResponsePtrOutput
	ToManagementAssociationPropertiesResponsePtrOutputWithContext(context.Context) ManagementAssociationPropertiesResponsePtrOutput
}

ManagementAssociationPropertiesResponsePtrInput is an input type that accepts ManagementAssociationPropertiesResponseArgs, ManagementAssociationPropertiesResponsePtr and ManagementAssociationPropertiesResponsePtrOutput values. You can construct a concrete instance of `ManagementAssociationPropertiesResponsePtrInput` via:

        ManagementAssociationPropertiesResponseArgs{...}

or:

        nil

type ManagementAssociationPropertiesResponsePtrOutput

type ManagementAssociationPropertiesResponsePtrOutput struct{ *pulumi.OutputState }

func (ManagementAssociationPropertiesResponsePtrOutput) ApplicationId

The applicationId of the appliance for this association.

func (ManagementAssociationPropertiesResponsePtrOutput) Elem

func (ManagementAssociationPropertiesResponsePtrOutput) ElementType

func (ManagementAssociationPropertiesResponsePtrOutput) ToManagementAssociationPropertiesResponsePtrOutput

func (o ManagementAssociationPropertiesResponsePtrOutput) ToManagementAssociationPropertiesResponsePtrOutput() ManagementAssociationPropertiesResponsePtrOutput

func (ManagementAssociationPropertiesResponsePtrOutput) ToManagementAssociationPropertiesResponsePtrOutputWithContext

func (o ManagementAssociationPropertiesResponsePtrOutput) ToManagementAssociationPropertiesResponsePtrOutputWithContext(ctx context.Context) ManagementAssociationPropertiesResponsePtrOutput

type ManagementAssociationState

type ManagementAssociationState struct {
	// Resource location
	Location pulumi.StringPtrInput
	// Resource name.
	Name pulumi.StringPtrInput
	// Properties for ManagementAssociation object supported by the OperationsManagement resource provider.
	Properties ManagementAssociationPropertiesResponsePtrInput
	// Resource type.
	Type pulumi.StringPtrInput
}

func (ManagementAssociationState) ElementType

func (ManagementAssociationState) ElementType() reflect.Type

type ManagementConfiguration

type ManagementConfiguration struct {
	pulumi.CustomResourceState

	// Resource location
	Location pulumi.StringPtrOutput `pulumi:"location"`
	// Resource name.
	Name pulumi.StringOutput `pulumi:"name"`
	// Properties for ManagementConfiguration object supported by the OperationsManagement resource provider.
	Properties ManagementConfigurationPropertiesResponseOutput `pulumi:"properties"`
	// Resource type.
	Type pulumi.StringOutput `pulumi:"type"`
}

The container for solution.

func GetManagementConfiguration

func GetManagementConfiguration(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *ManagementConfigurationState, opts ...pulumi.ResourceOption) (*ManagementConfiguration, error)

GetManagementConfiguration gets an existing ManagementConfiguration 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 NewManagementConfiguration

func NewManagementConfiguration(ctx *pulumi.Context,
	name string, args *ManagementConfigurationArgs, opts ...pulumi.ResourceOption) (*ManagementConfiguration, error)

NewManagementConfiguration registers a new resource with the given unique name, arguments, and options.

func (*ManagementConfiguration) ElementType added in v0.2.6

func (*ManagementConfiguration) ElementType() reflect.Type

func (*ManagementConfiguration) ToManagementConfigurationOutput added in v0.2.6

func (i *ManagementConfiguration) ToManagementConfigurationOutput() ManagementConfigurationOutput

func (*ManagementConfiguration) ToManagementConfigurationOutputWithContext added in v0.2.6

func (i *ManagementConfiguration) ToManagementConfigurationOutputWithContext(ctx context.Context) ManagementConfigurationOutput

type ManagementConfigurationArgs

type ManagementConfigurationArgs struct {
	// Resource location
	Location pulumi.StringPtrInput
	// User Management Configuration Name.
	ManagementConfigurationName pulumi.StringInput
	// Properties for ManagementConfiguration object supported by the OperationsManagement resource provider.
	Properties ManagementConfigurationPropertiesPtrInput
	// The name of the resource group to get. The name is case insensitive.
	ResourceGroupName pulumi.StringInput
}

The set of arguments for constructing a ManagementConfiguration resource.

func (ManagementConfigurationArgs) ElementType

type ManagementConfigurationInput added in v0.2.6

type ManagementConfigurationInput interface {
	pulumi.Input

	ToManagementConfigurationOutput() ManagementConfigurationOutput
	ToManagementConfigurationOutputWithContext(ctx context.Context) ManagementConfigurationOutput
}

type ManagementConfigurationOutput added in v0.2.6

type ManagementConfigurationOutput struct {
	*pulumi.OutputState
}

func (ManagementConfigurationOutput) ElementType added in v0.2.6

func (ManagementConfigurationOutput) ToManagementConfigurationOutput added in v0.2.6

func (o ManagementConfigurationOutput) ToManagementConfigurationOutput() ManagementConfigurationOutput

func (ManagementConfigurationOutput) ToManagementConfigurationOutputWithContext added in v0.2.6

func (o ManagementConfigurationOutput) ToManagementConfigurationOutputWithContext(ctx context.Context) ManagementConfigurationOutput

type ManagementConfigurationProperties

type ManagementConfigurationProperties struct {
	// The applicationId of the appliance for this Management.
	ApplicationId *string `pulumi:"applicationId"`
	// Parameters to run the ARM template
	Parameters []ArmTemplateParameter `pulumi:"parameters"`
	// The type of the parent resource.
	ParentResourceType string `pulumi:"parentResourceType"`
	// The Json object containing the ARM template to deploy
	Template interface{} `pulumi:"template"`
}

ManagementConfiguration properties supported by the OperationsManagement resource provider.

type ManagementConfigurationPropertiesArgs

type ManagementConfigurationPropertiesArgs struct {
	// The applicationId of the appliance for this Management.
	ApplicationId pulumi.StringPtrInput `pulumi:"applicationId"`
	// Parameters to run the ARM template
	Parameters ArmTemplateParameterArrayInput `pulumi:"parameters"`
	// The type of the parent resource.
	ParentResourceType pulumi.StringInput `pulumi:"parentResourceType"`
	// The Json object containing the ARM template to deploy
	Template pulumi.Input `pulumi:"template"`
}

ManagementConfiguration properties supported by the OperationsManagement resource provider.

func (ManagementConfigurationPropertiesArgs) ElementType

func (ManagementConfigurationPropertiesArgs) ToManagementConfigurationPropertiesOutput

func (i ManagementConfigurationPropertiesArgs) ToManagementConfigurationPropertiesOutput() ManagementConfigurationPropertiesOutput

func (ManagementConfigurationPropertiesArgs) ToManagementConfigurationPropertiesOutputWithContext

func (i ManagementConfigurationPropertiesArgs) ToManagementConfigurationPropertiesOutputWithContext(ctx context.Context) ManagementConfigurationPropertiesOutput

func (ManagementConfigurationPropertiesArgs) ToManagementConfigurationPropertiesPtrOutput

func (i ManagementConfigurationPropertiesArgs) ToManagementConfigurationPropertiesPtrOutput() ManagementConfigurationPropertiesPtrOutput

func (ManagementConfigurationPropertiesArgs) ToManagementConfigurationPropertiesPtrOutputWithContext

func (i ManagementConfigurationPropertiesArgs) ToManagementConfigurationPropertiesPtrOutputWithContext(ctx context.Context) ManagementConfigurationPropertiesPtrOutput

type ManagementConfigurationPropertiesInput

type ManagementConfigurationPropertiesInput interface {
	pulumi.Input

	ToManagementConfigurationPropertiesOutput() ManagementConfigurationPropertiesOutput
	ToManagementConfigurationPropertiesOutputWithContext(context.Context) ManagementConfigurationPropertiesOutput
}

ManagementConfigurationPropertiesInput is an input type that accepts ManagementConfigurationPropertiesArgs and ManagementConfigurationPropertiesOutput values. You can construct a concrete instance of `ManagementConfigurationPropertiesInput` via:

ManagementConfigurationPropertiesArgs{...}

type ManagementConfigurationPropertiesOutput

type ManagementConfigurationPropertiesOutput struct{ *pulumi.OutputState }

ManagementConfiguration properties supported by the OperationsManagement resource provider.

func (ManagementConfigurationPropertiesOutput) ApplicationId

The applicationId of the appliance for this Management.

func (ManagementConfigurationPropertiesOutput) ElementType

func (ManagementConfigurationPropertiesOutput) Parameters

Parameters to run the ARM template

func (ManagementConfigurationPropertiesOutput) ParentResourceType

The type of the parent resource.

func (ManagementConfigurationPropertiesOutput) Template

The Json object containing the ARM template to deploy

func (ManagementConfigurationPropertiesOutput) ToManagementConfigurationPropertiesOutput

func (o ManagementConfigurationPropertiesOutput) ToManagementConfigurationPropertiesOutput() ManagementConfigurationPropertiesOutput

func (ManagementConfigurationPropertiesOutput) ToManagementConfigurationPropertiesOutputWithContext

func (o ManagementConfigurationPropertiesOutput) ToManagementConfigurationPropertiesOutputWithContext(ctx context.Context) ManagementConfigurationPropertiesOutput

func (ManagementConfigurationPropertiesOutput) ToManagementConfigurationPropertiesPtrOutput

func (o ManagementConfigurationPropertiesOutput) ToManagementConfigurationPropertiesPtrOutput() ManagementConfigurationPropertiesPtrOutput

func (ManagementConfigurationPropertiesOutput) ToManagementConfigurationPropertiesPtrOutputWithContext

func (o ManagementConfigurationPropertiesOutput) ToManagementConfigurationPropertiesPtrOutputWithContext(ctx context.Context) ManagementConfigurationPropertiesPtrOutput

type ManagementConfigurationPropertiesPtrInput

type ManagementConfigurationPropertiesPtrInput interface {
	pulumi.Input

	ToManagementConfigurationPropertiesPtrOutput() ManagementConfigurationPropertiesPtrOutput
	ToManagementConfigurationPropertiesPtrOutputWithContext(context.Context) ManagementConfigurationPropertiesPtrOutput
}

ManagementConfigurationPropertiesPtrInput is an input type that accepts ManagementConfigurationPropertiesArgs, ManagementConfigurationPropertiesPtr and ManagementConfigurationPropertiesPtrOutput values. You can construct a concrete instance of `ManagementConfigurationPropertiesPtrInput` via:

        ManagementConfigurationPropertiesArgs{...}

or:

        nil

type ManagementConfigurationPropertiesPtrOutput

type ManagementConfigurationPropertiesPtrOutput struct{ *pulumi.OutputState }

func (ManagementConfigurationPropertiesPtrOutput) ApplicationId

The applicationId of the appliance for this Management.

func (ManagementConfigurationPropertiesPtrOutput) Elem

func (ManagementConfigurationPropertiesPtrOutput) ElementType

func (ManagementConfigurationPropertiesPtrOutput) Parameters

Parameters to run the ARM template

func (ManagementConfigurationPropertiesPtrOutput) ParentResourceType

The type of the parent resource.

func (ManagementConfigurationPropertiesPtrOutput) Template

The Json object containing the ARM template to deploy

func (ManagementConfigurationPropertiesPtrOutput) ToManagementConfigurationPropertiesPtrOutput

func (o ManagementConfigurationPropertiesPtrOutput) ToManagementConfigurationPropertiesPtrOutput() ManagementConfigurationPropertiesPtrOutput

func (ManagementConfigurationPropertiesPtrOutput) ToManagementConfigurationPropertiesPtrOutputWithContext

func (o ManagementConfigurationPropertiesPtrOutput) ToManagementConfigurationPropertiesPtrOutputWithContext(ctx context.Context) ManagementConfigurationPropertiesPtrOutput

type ManagementConfigurationPropertiesResponse

type ManagementConfigurationPropertiesResponse struct {
	// The applicationId of the appliance for this Management.
	ApplicationId *string `pulumi:"applicationId"`
	// Parameters to run the ARM template
	Parameters []ArmTemplateParameterResponse `pulumi:"parameters"`
	// The type of the parent resource.
	ParentResourceType string `pulumi:"parentResourceType"`
	// The provisioning state for the ManagementConfiguration.
	ProvisioningState string `pulumi:"provisioningState"`
	// The Json object containing the ARM template to deploy
	Template interface{} `pulumi:"template"`
}

ManagementConfiguration properties supported by the OperationsManagement resource provider.

type ManagementConfigurationPropertiesResponseArgs

type ManagementConfigurationPropertiesResponseArgs struct {
	// The applicationId of the appliance for this Management.
	ApplicationId pulumi.StringPtrInput `pulumi:"applicationId"`
	// Parameters to run the ARM template
	Parameters ArmTemplateParameterResponseArrayInput `pulumi:"parameters"`
	// The type of the parent resource.
	ParentResourceType pulumi.StringInput `pulumi:"parentResourceType"`
	// The provisioning state for the ManagementConfiguration.
	ProvisioningState pulumi.StringInput `pulumi:"provisioningState"`
	// The Json object containing the ARM template to deploy
	Template pulumi.Input `pulumi:"template"`
}

ManagementConfiguration properties supported by the OperationsManagement resource provider.

func (ManagementConfigurationPropertiesResponseArgs) ElementType

func (ManagementConfigurationPropertiesResponseArgs) ToManagementConfigurationPropertiesResponseOutput

func (i ManagementConfigurationPropertiesResponseArgs) ToManagementConfigurationPropertiesResponseOutput() ManagementConfigurationPropertiesResponseOutput

func (ManagementConfigurationPropertiesResponseArgs) ToManagementConfigurationPropertiesResponseOutputWithContext

func (i ManagementConfigurationPropertiesResponseArgs) ToManagementConfigurationPropertiesResponseOutputWithContext(ctx context.Context) ManagementConfigurationPropertiesResponseOutput

func (ManagementConfigurationPropertiesResponseArgs) ToManagementConfigurationPropertiesResponsePtrOutput

func (i ManagementConfigurationPropertiesResponseArgs) ToManagementConfigurationPropertiesResponsePtrOutput() ManagementConfigurationPropertiesResponsePtrOutput

func (ManagementConfigurationPropertiesResponseArgs) ToManagementConfigurationPropertiesResponsePtrOutputWithContext

func (i ManagementConfigurationPropertiesResponseArgs) ToManagementConfigurationPropertiesResponsePtrOutputWithContext(ctx context.Context) ManagementConfigurationPropertiesResponsePtrOutput

type ManagementConfigurationPropertiesResponseInput

type ManagementConfigurationPropertiesResponseInput interface {
	pulumi.Input

	ToManagementConfigurationPropertiesResponseOutput() ManagementConfigurationPropertiesResponseOutput
	ToManagementConfigurationPropertiesResponseOutputWithContext(context.Context) ManagementConfigurationPropertiesResponseOutput
}

ManagementConfigurationPropertiesResponseInput is an input type that accepts ManagementConfigurationPropertiesResponseArgs and ManagementConfigurationPropertiesResponseOutput values. You can construct a concrete instance of `ManagementConfigurationPropertiesResponseInput` via:

ManagementConfigurationPropertiesResponseArgs{...}

type ManagementConfigurationPropertiesResponseOutput

type ManagementConfigurationPropertiesResponseOutput struct{ *pulumi.OutputState }

ManagementConfiguration properties supported by the OperationsManagement resource provider.

func (ManagementConfigurationPropertiesResponseOutput) ApplicationId

The applicationId of the appliance for this Management.

func (ManagementConfigurationPropertiesResponseOutput) ElementType

func (ManagementConfigurationPropertiesResponseOutput) Parameters

Parameters to run the ARM template

func (ManagementConfigurationPropertiesResponseOutput) ParentResourceType

The type of the parent resource.

func (ManagementConfigurationPropertiesResponseOutput) ProvisioningState

The provisioning state for the ManagementConfiguration.

func (ManagementConfigurationPropertiesResponseOutput) Template

The Json object containing the ARM template to deploy

func (ManagementConfigurationPropertiesResponseOutput) ToManagementConfigurationPropertiesResponseOutput

func (o ManagementConfigurationPropertiesResponseOutput) ToManagementConfigurationPropertiesResponseOutput() ManagementConfigurationPropertiesResponseOutput

func (ManagementConfigurationPropertiesResponseOutput) ToManagementConfigurationPropertiesResponseOutputWithContext

func (o ManagementConfigurationPropertiesResponseOutput) ToManagementConfigurationPropertiesResponseOutputWithContext(ctx context.Context) ManagementConfigurationPropertiesResponseOutput

func (ManagementConfigurationPropertiesResponseOutput) ToManagementConfigurationPropertiesResponsePtrOutput

func (o ManagementConfigurationPropertiesResponseOutput) ToManagementConfigurationPropertiesResponsePtrOutput() ManagementConfigurationPropertiesResponsePtrOutput

func (ManagementConfigurationPropertiesResponseOutput) ToManagementConfigurationPropertiesResponsePtrOutputWithContext

func (o ManagementConfigurationPropertiesResponseOutput) ToManagementConfigurationPropertiesResponsePtrOutputWithContext(ctx context.Context) ManagementConfigurationPropertiesResponsePtrOutput

type ManagementConfigurationPropertiesResponsePtrInput

type ManagementConfigurationPropertiesResponsePtrInput interface {
	pulumi.Input

	ToManagementConfigurationPropertiesResponsePtrOutput() ManagementConfigurationPropertiesResponsePtrOutput
	ToManagementConfigurationPropertiesResponsePtrOutputWithContext(context.Context) ManagementConfigurationPropertiesResponsePtrOutput
}

ManagementConfigurationPropertiesResponsePtrInput is an input type that accepts ManagementConfigurationPropertiesResponseArgs, ManagementConfigurationPropertiesResponsePtr and ManagementConfigurationPropertiesResponsePtrOutput values. You can construct a concrete instance of `ManagementConfigurationPropertiesResponsePtrInput` via:

        ManagementConfigurationPropertiesResponseArgs{...}

or:

        nil

type ManagementConfigurationPropertiesResponsePtrOutput

type ManagementConfigurationPropertiesResponsePtrOutput struct{ *pulumi.OutputState }

func (ManagementConfigurationPropertiesResponsePtrOutput) ApplicationId

The applicationId of the appliance for this Management.

func (ManagementConfigurationPropertiesResponsePtrOutput) Elem

func (ManagementConfigurationPropertiesResponsePtrOutput) ElementType

func (ManagementConfigurationPropertiesResponsePtrOutput) Parameters

Parameters to run the ARM template

func (ManagementConfigurationPropertiesResponsePtrOutput) ParentResourceType

The type of the parent resource.

func (ManagementConfigurationPropertiesResponsePtrOutput) ProvisioningState

The provisioning state for the ManagementConfiguration.

func (ManagementConfigurationPropertiesResponsePtrOutput) Template

The Json object containing the ARM template to deploy

func (ManagementConfigurationPropertiesResponsePtrOutput) ToManagementConfigurationPropertiesResponsePtrOutput

func (o ManagementConfigurationPropertiesResponsePtrOutput) ToManagementConfigurationPropertiesResponsePtrOutput() ManagementConfigurationPropertiesResponsePtrOutput

func (ManagementConfigurationPropertiesResponsePtrOutput) ToManagementConfigurationPropertiesResponsePtrOutputWithContext

func (o ManagementConfigurationPropertiesResponsePtrOutput) ToManagementConfigurationPropertiesResponsePtrOutputWithContext(ctx context.Context) ManagementConfigurationPropertiesResponsePtrOutput

type ManagementConfigurationState

type ManagementConfigurationState struct {
	// Resource location
	Location pulumi.StringPtrInput
	// Resource name.
	Name pulumi.StringPtrInput
	// Properties for ManagementConfiguration object supported by the OperationsManagement resource provider.
	Properties ManagementConfigurationPropertiesResponsePtrInput
	// Resource type.
	Type pulumi.StringPtrInput
}

func (ManagementConfigurationState) ElementType

type Solution

type Solution struct {
	pulumi.CustomResourceState

	// Resource location
	Location pulumi.StringPtrOutput `pulumi:"location"`
	// Resource name.
	Name pulumi.StringOutput `pulumi:"name"`
	// Plan for solution object supported by the OperationsManagement resource provider.
	Plan SolutionPlanResponsePtrOutput `pulumi:"plan"`
	// Properties for solution object supported by the OperationsManagement resource provider.
	Properties SolutionPropertiesResponseOutput `pulumi:"properties"`
	// Resource tags
	Tags pulumi.StringMapOutput `pulumi:"tags"`
	// Resource type.
	Type pulumi.StringOutput `pulumi:"type"`
}

The container for solution.

func GetSolution

func GetSolution(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *SolutionState, opts ...pulumi.ResourceOption) (*Solution, error)

GetSolution gets an existing Solution 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 NewSolution

func NewSolution(ctx *pulumi.Context,
	name string, args *SolutionArgs, opts ...pulumi.ResourceOption) (*Solution, error)

NewSolution registers a new resource with the given unique name, arguments, and options.

func (*Solution) ElementType added in v0.2.6

func (*Solution) ElementType() reflect.Type

func (*Solution) ToSolutionOutput added in v0.2.6

func (i *Solution) ToSolutionOutput() SolutionOutput

func (*Solution) ToSolutionOutputWithContext added in v0.2.6

func (i *Solution) ToSolutionOutputWithContext(ctx context.Context) SolutionOutput

type SolutionArgs

type SolutionArgs struct {
	// Resource location
	Location pulumi.StringPtrInput
	// Plan for solution object supported by the OperationsManagement resource provider.
	Plan SolutionPlanPtrInput
	// Properties for solution object supported by the OperationsManagement resource provider.
	Properties SolutionPropertiesPtrInput
	// The name of the resource group to get. The name is case insensitive.
	ResourceGroupName pulumi.StringInput
	// User Solution Name.
	SolutionName pulumi.StringInput
	// Resource tags
	Tags pulumi.StringMapInput
}

The set of arguments for constructing a Solution resource.

func (SolutionArgs) ElementType

func (SolutionArgs) ElementType() reflect.Type

type SolutionInput added in v0.2.6

type SolutionInput interface {
	pulumi.Input

	ToSolutionOutput() SolutionOutput
	ToSolutionOutputWithContext(ctx context.Context) SolutionOutput
}

type SolutionOutput added in v0.2.6

type SolutionOutput struct {
	*pulumi.OutputState
}

func (SolutionOutput) ElementType added in v0.2.6

func (SolutionOutput) ElementType() reflect.Type

func (SolutionOutput) ToSolutionOutput added in v0.2.6

func (o SolutionOutput) ToSolutionOutput() SolutionOutput

func (SolutionOutput) ToSolutionOutputWithContext added in v0.2.6

func (o SolutionOutput) ToSolutionOutputWithContext(ctx context.Context) SolutionOutput

type SolutionPlan

type SolutionPlan struct {
	// name of the solution to be created. For Microsoft published solution it should be in the format of solutionType(workspaceName). SolutionType part is case sensitive. For third party solution, it can be anything.
	Name *string `pulumi:"name"`
	// name of the solution to enabled/add. For Microsoft published gallery solution it should be in the format of OMSGallery/<solutionType>. This is case sensitive
	Product *string `pulumi:"product"`
	// promotionCode, Not really used now, can you left as empty
	PromotionCode *string `pulumi:"promotionCode"`
	// Publisher name. For gallery solution, it is Microsoft.
	Publisher *string `pulumi:"publisher"`
}

Plan for solution object supported by the OperationsManagement resource provider.

type SolutionPlanArgs

type SolutionPlanArgs struct {
	// name of the solution to be created. For Microsoft published solution it should be in the format of solutionType(workspaceName). SolutionType part is case sensitive. For third party solution, it can be anything.
	Name pulumi.StringPtrInput `pulumi:"name"`
	// name of the solution to enabled/add. For Microsoft published gallery solution it should be in the format of OMSGallery/<solutionType>. This is case sensitive
	Product pulumi.StringPtrInput `pulumi:"product"`
	// promotionCode, Not really used now, can you left as empty
	PromotionCode pulumi.StringPtrInput `pulumi:"promotionCode"`
	// Publisher name. For gallery solution, it is Microsoft.
	Publisher pulumi.StringPtrInput `pulumi:"publisher"`
}

Plan for solution object supported by the OperationsManagement resource provider.

func (SolutionPlanArgs) ElementType

func (SolutionPlanArgs) ElementType() reflect.Type

func (SolutionPlanArgs) ToSolutionPlanOutput

func (i SolutionPlanArgs) ToSolutionPlanOutput() SolutionPlanOutput

func (SolutionPlanArgs) ToSolutionPlanOutputWithContext

func (i SolutionPlanArgs) ToSolutionPlanOutputWithContext(ctx context.Context) SolutionPlanOutput

func (SolutionPlanArgs) ToSolutionPlanPtrOutput

func (i SolutionPlanArgs) ToSolutionPlanPtrOutput() SolutionPlanPtrOutput

func (SolutionPlanArgs) ToSolutionPlanPtrOutputWithContext

func (i SolutionPlanArgs) ToSolutionPlanPtrOutputWithContext(ctx context.Context) SolutionPlanPtrOutput

type SolutionPlanInput

type SolutionPlanInput interface {
	pulumi.Input

	ToSolutionPlanOutput() SolutionPlanOutput
	ToSolutionPlanOutputWithContext(context.Context) SolutionPlanOutput
}

SolutionPlanInput is an input type that accepts SolutionPlanArgs and SolutionPlanOutput values. You can construct a concrete instance of `SolutionPlanInput` via:

SolutionPlanArgs{...}

type SolutionPlanOutput

type SolutionPlanOutput struct{ *pulumi.OutputState }

Plan for solution object supported by the OperationsManagement resource provider.

func (SolutionPlanOutput) ElementType

func (SolutionPlanOutput) ElementType() reflect.Type

func (SolutionPlanOutput) Name

name of the solution to be created. For Microsoft published solution it should be in the format of solutionType(workspaceName). SolutionType part is case sensitive. For third party solution, it can be anything.

func (SolutionPlanOutput) Product

name of the solution to enabled/add. For Microsoft published gallery solution it should be in the format of OMSGallery/<solutionType>. This is case sensitive

func (SolutionPlanOutput) PromotionCode

func (o SolutionPlanOutput) PromotionCode() pulumi.StringPtrOutput

promotionCode, Not really used now, can you left as empty

func (SolutionPlanOutput) Publisher

Publisher name. For gallery solution, it is Microsoft.

func (SolutionPlanOutput) ToSolutionPlanOutput

func (o SolutionPlanOutput) ToSolutionPlanOutput() SolutionPlanOutput

func (SolutionPlanOutput) ToSolutionPlanOutputWithContext

func (o SolutionPlanOutput) ToSolutionPlanOutputWithContext(ctx context.Context) SolutionPlanOutput

func (SolutionPlanOutput) ToSolutionPlanPtrOutput

func (o SolutionPlanOutput) ToSolutionPlanPtrOutput() SolutionPlanPtrOutput

func (SolutionPlanOutput) ToSolutionPlanPtrOutputWithContext

func (o SolutionPlanOutput) ToSolutionPlanPtrOutputWithContext(ctx context.Context) SolutionPlanPtrOutput

type SolutionPlanPtrInput

type SolutionPlanPtrInput interface {
	pulumi.Input

	ToSolutionPlanPtrOutput() SolutionPlanPtrOutput
	ToSolutionPlanPtrOutputWithContext(context.Context) SolutionPlanPtrOutput
}

SolutionPlanPtrInput is an input type that accepts SolutionPlanArgs, SolutionPlanPtr and SolutionPlanPtrOutput values. You can construct a concrete instance of `SolutionPlanPtrInput` via:

        SolutionPlanArgs{...}

or:

        nil

type SolutionPlanPtrOutput

type SolutionPlanPtrOutput struct{ *pulumi.OutputState }

func (SolutionPlanPtrOutput) Elem

func (SolutionPlanPtrOutput) ElementType

func (SolutionPlanPtrOutput) ElementType() reflect.Type

func (SolutionPlanPtrOutput) Name

name of the solution to be created. For Microsoft published solution it should be in the format of solutionType(workspaceName). SolutionType part is case sensitive. For third party solution, it can be anything.

func (SolutionPlanPtrOutput) Product

name of the solution to enabled/add. For Microsoft published gallery solution it should be in the format of OMSGallery/<solutionType>. This is case sensitive

func (SolutionPlanPtrOutput) PromotionCode

func (o SolutionPlanPtrOutput) PromotionCode() pulumi.StringPtrOutput

promotionCode, Not really used now, can you left as empty

func (SolutionPlanPtrOutput) Publisher

Publisher name. For gallery solution, it is Microsoft.

func (SolutionPlanPtrOutput) ToSolutionPlanPtrOutput

func (o SolutionPlanPtrOutput) ToSolutionPlanPtrOutput() SolutionPlanPtrOutput

func (SolutionPlanPtrOutput) ToSolutionPlanPtrOutputWithContext

func (o SolutionPlanPtrOutput) ToSolutionPlanPtrOutputWithContext(ctx context.Context) SolutionPlanPtrOutput

type SolutionPlanResponse

type SolutionPlanResponse struct {
	// name of the solution to be created. For Microsoft published solution it should be in the format of solutionType(workspaceName). SolutionType part is case sensitive. For third party solution, it can be anything.
	Name *string `pulumi:"name"`
	// name of the solution to enabled/add. For Microsoft published gallery solution it should be in the format of OMSGallery/<solutionType>. This is case sensitive
	Product *string `pulumi:"product"`
	// promotionCode, Not really used now, can you left as empty
	PromotionCode *string `pulumi:"promotionCode"`
	// Publisher name. For gallery solution, it is Microsoft.
	Publisher *string `pulumi:"publisher"`
}

Plan for solution object supported by the OperationsManagement resource provider.

type SolutionPlanResponseArgs

type SolutionPlanResponseArgs struct {
	// name of the solution to be created. For Microsoft published solution it should be in the format of solutionType(workspaceName). SolutionType part is case sensitive. For third party solution, it can be anything.
	Name pulumi.StringPtrInput `pulumi:"name"`
	// name of the solution to enabled/add. For Microsoft published gallery solution it should be in the format of OMSGallery/<solutionType>. This is case sensitive
	Product pulumi.StringPtrInput `pulumi:"product"`
	// promotionCode, Not really used now, can you left as empty
	PromotionCode pulumi.StringPtrInput `pulumi:"promotionCode"`
	// Publisher name. For gallery solution, it is Microsoft.
	Publisher pulumi.StringPtrInput `pulumi:"publisher"`
}

Plan for solution object supported by the OperationsManagement resource provider.

func (SolutionPlanResponseArgs) ElementType

func (SolutionPlanResponseArgs) ElementType() reflect.Type

func (SolutionPlanResponseArgs) ToSolutionPlanResponseOutput

func (i SolutionPlanResponseArgs) ToSolutionPlanResponseOutput() SolutionPlanResponseOutput

func (SolutionPlanResponseArgs) ToSolutionPlanResponseOutputWithContext

func (i SolutionPlanResponseArgs) ToSolutionPlanResponseOutputWithContext(ctx context.Context) SolutionPlanResponseOutput

func (SolutionPlanResponseArgs) ToSolutionPlanResponsePtrOutput

func (i SolutionPlanResponseArgs) ToSolutionPlanResponsePtrOutput() SolutionPlanResponsePtrOutput

func (SolutionPlanResponseArgs) ToSolutionPlanResponsePtrOutputWithContext

func (i SolutionPlanResponseArgs) ToSolutionPlanResponsePtrOutputWithContext(ctx context.Context) SolutionPlanResponsePtrOutput

type SolutionPlanResponseInput

type SolutionPlanResponseInput interface {
	pulumi.Input

	ToSolutionPlanResponseOutput() SolutionPlanResponseOutput
	ToSolutionPlanResponseOutputWithContext(context.Context) SolutionPlanResponseOutput
}

SolutionPlanResponseInput is an input type that accepts SolutionPlanResponseArgs and SolutionPlanResponseOutput values. You can construct a concrete instance of `SolutionPlanResponseInput` via:

SolutionPlanResponseArgs{...}

type SolutionPlanResponseOutput

type SolutionPlanResponseOutput struct{ *pulumi.OutputState }

Plan for solution object supported by the OperationsManagement resource provider.

func (SolutionPlanResponseOutput) ElementType

func (SolutionPlanResponseOutput) ElementType() reflect.Type

func (SolutionPlanResponseOutput) Name

name of the solution to be created. For Microsoft published solution it should be in the format of solutionType(workspaceName). SolutionType part is case sensitive. For third party solution, it can be anything.

func (SolutionPlanResponseOutput) Product

name of the solution to enabled/add. For Microsoft published gallery solution it should be in the format of OMSGallery/<solutionType>. This is case sensitive

func (SolutionPlanResponseOutput) PromotionCode

promotionCode, Not really used now, can you left as empty

func (SolutionPlanResponseOutput) Publisher

Publisher name. For gallery solution, it is Microsoft.

func (SolutionPlanResponseOutput) ToSolutionPlanResponseOutput

func (o SolutionPlanResponseOutput) ToSolutionPlanResponseOutput() SolutionPlanResponseOutput

func (SolutionPlanResponseOutput) ToSolutionPlanResponseOutputWithContext

func (o SolutionPlanResponseOutput) ToSolutionPlanResponseOutputWithContext(ctx context.Context) SolutionPlanResponseOutput

func (SolutionPlanResponseOutput) ToSolutionPlanResponsePtrOutput

func (o SolutionPlanResponseOutput) ToSolutionPlanResponsePtrOutput() SolutionPlanResponsePtrOutput

func (SolutionPlanResponseOutput) ToSolutionPlanResponsePtrOutputWithContext

func (o SolutionPlanResponseOutput) ToSolutionPlanResponsePtrOutputWithContext(ctx context.Context) SolutionPlanResponsePtrOutput

type SolutionPlanResponsePtrInput

type SolutionPlanResponsePtrInput interface {
	pulumi.Input

	ToSolutionPlanResponsePtrOutput() SolutionPlanResponsePtrOutput
	ToSolutionPlanResponsePtrOutputWithContext(context.Context) SolutionPlanResponsePtrOutput
}

SolutionPlanResponsePtrInput is an input type that accepts SolutionPlanResponseArgs, SolutionPlanResponsePtr and SolutionPlanResponsePtrOutput values. You can construct a concrete instance of `SolutionPlanResponsePtrInput` via:

        SolutionPlanResponseArgs{...}

or:

        nil

type SolutionPlanResponsePtrOutput

type SolutionPlanResponsePtrOutput struct{ *pulumi.OutputState }

func (SolutionPlanResponsePtrOutput) Elem

func (SolutionPlanResponsePtrOutput) ElementType

func (SolutionPlanResponsePtrOutput) Name

name of the solution to be created. For Microsoft published solution it should be in the format of solutionType(workspaceName). SolutionType part is case sensitive. For third party solution, it can be anything.

func (SolutionPlanResponsePtrOutput) Product

name of the solution to enabled/add. For Microsoft published gallery solution it should be in the format of OMSGallery/<solutionType>. This is case sensitive

func (SolutionPlanResponsePtrOutput) PromotionCode

promotionCode, Not really used now, can you left as empty

func (SolutionPlanResponsePtrOutput) Publisher

Publisher name. For gallery solution, it is Microsoft.

func (SolutionPlanResponsePtrOutput) ToSolutionPlanResponsePtrOutput

func (o SolutionPlanResponsePtrOutput) ToSolutionPlanResponsePtrOutput() SolutionPlanResponsePtrOutput

func (SolutionPlanResponsePtrOutput) ToSolutionPlanResponsePtrOutputWithContext

func (o SolutionPlanResponsePtrOutput) ToSolutionPlanResponsePtrOutputWithContext(ctx context.Context) SolutionPlanResponsePtrOutput

type SolutionProperties

type SolutionProperties struct {
	// The azure resources that will be contained within the solutions. They will be locked and gets deleted automatically when the solution is deleted.
	ContainedResources []string `pulumi:"containedResources"`
	// The resources that will be referenced from this solution. Deleting any of those solution out of band will break the solution.
	ReferencedResources []string `pulumi:"referencedResources"`
	// The azure resourceId for the workspace where the solution will be deployed/enabled.
	WorkspaceResourceId string `pulumi:"workspaceResourceId"`
}

Solution properties supported by the OperationsManagement resource provider.

type SolutionPropertiesArgs

type SolutionPropertiesArgs struct {
	// The azure resources that will be contained within the solutions. They will be locked and gets deleted automatically when the solution is deleted.
	ContainedResources pulumi.StringArrayInput `pulumi:"containedResources"`
	// The resources that will be referenced from this solution. Deleting any of those solution out of band will break the solution.
	ReferencedResources pulumi.StringArrayInput `pulumi:"referencedResources"`
	// The azure resourceId for the workspace where the solution will be deployed/enabled.
	WorkspaceResourceId pulumi.StringInput `pulumi:"workspaceResourceId"`
}

Solution properties supported by the OperationsManagement resource provider.

func (SolutionPropertiesArgs) ElementType

func (SolutionPropertiesArgs) ElementType() reflect.Type

func (SolutionPropertiesArgs) ToSolutionPropertiesOutput

func (i SolutionPropertiesArgs) ToSolutionPropertiesOutput() SolutionPropertiesOutput

func (SolutionPropertiesArgs) ToSolutionPropertiesOutputWithContext

func (i SolutionPropertiesArgs) ToSolutionPropertiesOutputWithContext(ctx context.Context) SolutionPropertiesOutput

func (SolutionPropertiesArgs) ToSolutionPropertiesPtrOutput

func (i SolutionPropertiesArgs) ToSolutionPropertiesPtrOutput() SolutionPropertiesPtrOutput

func (SolutionPropertiesArgs) ToSolutionPropertiesPtrOutputWithContext

func (i SolutionPropertiesArgs) ToSolutionPropertiesPtrOutputWithContext(ctx context.Context) SolutionPropertiesPtrOutput

type SolutionPropertiesInput

type SolutionPropertiesInput interface {
	pulumi.Input

	ToSolutionPropertiesOutput() SolutionPropertiesOutput
	ToSolutionPropertiesOutputWithContext(context.Context) SolutionPropertiesOutput
}

SolutionPropertiesInput is an input type that accepts SolutionPropertiesArgs and SolutionPropertiesOutput values. You can construct a concrete instance of `SolutionPropertiesInput` via:

SolutionPropertiesArgs{...}

type SolutionPropertiesOutput

type SolutionPropertiesOutput struct{ *pulumi.OutputState }

Solution properties supported by the OperationsManagement resource provider.

func (SolutionPropertiesOutput) ContainedResources

func (o SolutionPropertiesOutput) ContainedResources() pulumi.StringArrayOutput

The azure resources that will be contained within the solutions. They will be locked and gets deleted automatically when the solution is deleted.

func (SolutionPropertiesOutput) ElementType

func (SolutionPropertiesOutput) ElementType() reflect.Type

func (SolutionPropertiesOutput) ReferencedResources

func (o SolutionPropertiesOutput) ReferencedResources() pulumi.StringArrayOutput

The resources that will be referenced from this solution. Deleting any of those solution out of band will break the solution.

func (SolutionPropertiesOutput) ToSolutionPropertiesOutput

func (o SolutionPropertiesOutput) ToSolutionPropertiesOutput() SolutionPropertiesOutput

func (SolutionPropertiesOutput) ToSolutionPropertiesOutputWithContext

func (o SolutionPropertiesOutput) ToSolutionPropertiesOutputWithContext(ctx context.Context) SolutionPropertiesOutput

func (SolutionPropertiesOutput) ToSolutionPropertiesPtrOutput

func (o SolutionPropertiesOutput) ToSolutionPropertiesPtrOutput() SolutionPropertiesPtrOutput

func (SolutionPropertiesOutput) ToSolutionPropertiesPtrOutputWithContext

func (o SolutionPropertiesOutput) ToSolutionPropertiesPtrOutputWithContext(ctx context.Context) SolutionPropertiesPtrOutput

func (SolutionPropertiesOutput) WorkspaceResourceId

func (o SolutionPropertiesOutput) WorkspaceResourceId() pulumi.StringOutput

The azure resourceId for the workspace where the solution will be deployed/enabled.

type SolutionPropertiesPtrInput

type SolutionPropertiesPtrInput interface {
	pulumi.Input

	ToSolutionPropertiesPtrOutput() SolutionPropertiesPtrOutput
	ToSolutionPropertiesPtrOutputWithContext(context.Context) SolutionPropertiesPtrOutput
}

SolutionPropertiesPtrInput is an input type that accepts SolutionPropertiesArgs, SolutionPropertiesPtr and SolutionPropertiesPtrOutput values. You can construct a concrete instance of `SolutionPropertiesPtrInput` via:

        SolutionPropertiesArgs{...}

or:

        nil

type SolutionPropertiesPtrOutput

type SolutionPropertiesPtrOutput struct{ *pulumi.OutputState }

func (SolutionPropertiesPtrOutput) ContainedResources

func (o SolutionPropertiesPtrOutput) ContainedResources() pulumi.StringArrayOutput

The azure resources that will be contained within the solutions. They will be locked and gets deleted automatically when the solution is deleted.

func (SolutionPropertiesPtrOutput) Elem

func (SolutionPropertiesPtrOutput) ElementType

func (SolutionPropertiesPtrOutput) ReferencedResources

func (o SolutionPropertiesPtrOutput) ReferencedResources() pulumi.StringArrayOutput

The resources that will be referenced from this solution. Deleting any of those solution out of band will break the solution.

func (SolutionPropertiesPtrOutput) ToSolutionPropertiesPtrOutput

func (o SolutionPropertiesPtrOutput) ToSolutionPropertiesPtrOutput() SolutionPropertiesPtrOutput

func (SolutionPropertiesPtrOutput) ToSolutionPropertiesPtrOutputWithContext

func (o SolutionPropertiesPtrOutput) ToSolutionPropertiesPtrOutputWithContext(ctx context.Context) SolutionPropertiesPtrOutput

func (SolutionPropertiesPtrOutput) WorkspaceResourceId

func (o SolutionPropertiesPtrOutput) WorkspaceResourceId() pulumi.StringPtrOutput

The azure resourceId for the workspace where the solution will be deployed/enabled.

type SolutionPropertiesResponse

type SolutionPropertiesResponse struct {
	// The azure resources that will be contained within the solutions. They will be locked and gets deleted automatically when the solution is deleted.
	ContainedResources []string `pulumi:"containedResources"`
	// The provisioning state for the solution.
	ProvisioningState string `pulumi:"provisioningState"`
	// The resources that will be referenced from this solution. Deleting any of those solution out of band will break the solution.
	ReferencedResources []string `pulumi:"referencedResources"`
	// The azure resourceId for the workspace where the solution will be deployed/enabled.
	WorkspaceResourceId string `pulumi:"workspaceResourceId"`
}

Solution properties supported by the OperationsManagement resource provider.

type SolutionPropertiesResponseArgs

type SolutionPropertiesResponseArgs struct {
	// The azure resources that will be contained within the solutions. They will be locked and gets deleted automatically when the solution is deleted.
	ContainedResources pulumi.StringArrayInput `pulumi:"containedResources"`
	// The provisioning state for the solution.
	ProvisioningState pulumi.StringInput `pulumi:"provisioningState"`
	// The resources that will be referenced from this solution. Deleting any of those solution out of band will break the solution.
	ReferencedResources pulumi.StringArrayInput `pulumi:"referencedResources"`
	// The azure resourceId for the workspace where the solution will be deployed/enabled.
	WorkspaceResourceId pulumi.StringInput `pulumi:"workspaceResourceId"`
}

Solution properties supported by the OperationsManagement resource provider.

func (SolutionPropertiesResponseArgs) ElementType

func (SolutionPropertiesResponseArgs) ToSolutionPropertiesResponseOutput

func (i SolutionPropertiesResponseArgs) ToSolutionPropertiesResponseOutput() SolutionPropertiesResponseOutput

func (SolutionPropertiesResponseArgs) ToSolutionPropertiesResponseOutputWithContext

func (i SolutionPropertiesResponseArgs) ToSolutionPropertiesResponseOutputWithContext(ctx context.Context) SolutionPropertiesResponseOutput

func (SolutionPropertiesResponseArgs) ToSolutionPropertiesResponsePtrOutput

func (i SolutionPropertiesResponseArgs) ToSolutionPropertiesResponsePtrOutput() SolutionPropertiesResponsePtrOutput

func (SolutionPropertiesResponseArgs) ToSolutionPropertiesResponsePtrOutputWithContext

func (i SolutionPropertiesResponseArgs) ToSolutionPropertiesResponsePtrOutputWithContext(ctx context.Context) SolutionPropertiesResponsePtrOutput

type SolutionPropertiesResponseInput

type SolutionPropertiesResponseInput interface {
	pulumi.Input

	ToSolutionPropertiesResponseOutput() SolutionPropertiesResponseOutput
	ToSolutionPropertiesResponseOutputWithContext(context.Context) SolutionPropertiesResponseOutput
}

SolutionPropertiesResponseInput is an input type that accepts SolutionPropertiesResponseArgs and SolutionPropertiesResponseOutput values. You can construct a concrete instance of `SolutionPropertiesResponseInput` via:

SolutionPropertiesResponseArgs{...}

type SolutionPropertiesResponseOutput

type SolutionPropertiesResponseOutput struct{ *pulumi.OutputState }

Solution properties supported by the OperationsManagement resource provider.

func (SolutionPropertiesResponseOutput) ContainedResources

The azure resources that will be contained within the solutions. They will be locked and gets deleted automatically when the solution is deleted.

func (SolutionPropertiesResponseOutput) ElementType

func (SolutionPropertiesResponseOutput) ProvisioningState

The provisioning state for the solution.

func (SolutionPropertiesResponseOutput) ReferencedResources

The resources that will be referenced from this solution. Deleting any of those solution out of band will break the solution.

func (SolutionPropertiesResponseOutput) ToSolutionPropertiesResponseOutput

func (o SolutionPropertiesResponseOutput) ToSolutionPropertiesResponseOutput() SolutionPropertiesResponseOutput

func (SolutionPropertiesResponseOutput) ToSolutionPropertiesResponseOutputWithContext

func (o SolutionPropertiesResponseOutput) ToSolutionPropertiesResponseOutputWithContext(ctx context.Context) SolutionPropertiesResponseOutput

func (SolutionPropertiesResponseOutput) ToSolutionPropertiesResponsePtrOutput

func (o SolutionPropertiesResponseOutput) ToSolutionPropertiesResponsePtrOutput() SolutionPropertiesResponsePtrOutput

func (SolutionPropertiesResponseOutput) ToSolutionPropertiesResponsePtrOutputWithContext

func (o SolutionPropertiesResponseOutput) ToSolutionPropertiesResponsePtrOutputWithContext(ctx context.Context) SolutionPropertiesResponsePtrOutput

func (SolutionPropertiesResponseOutput) WorkspaceResourceId

func (o SolutionPropertiesResponseOutput) WorkspaceResourceId() pulumi.StringOutput

The azure resourceId for the workspace where the solution will be deployed/enabled.

type SolutionPropertiesResponsePtrInput

type SolutionPropertiesResponsePtrInput interface {
	pulumi.Input

	ToSolutionPropertiesResponsePtrOutput() SolutionPropertiesResponsePtrOutput
	ToSolutionPropertiesResponsePtrOutputWithContext(context.Context) SolutionPropertiesResponsePtrOutput
}

SolutionPropertiesResponsePtrInput is an input type that accepts SolutionPropertiesResponseArgs, SolutionPropertiesResponsePtr and SolutionPropertiesResponsePtrOutput values. You can construct a concrete instance of `SolutionPropertiesResponsePtrInput` via:

        SolutionPropertiesResponseArgs{...}

or:

        nil

type SolutionPropertiesResponsePtrOutput

type SolutionPropertiesResponsePtrOutput struct{ *pulumi.OutputState }

func (SolutionPropertiesResponsePtrOutput) ContainedResources

The azure resources that will be contained within the solutions. They will be locked and gets deleted automatically when the solution is deleted.

func (SolutionPropertiesResponsePtrOutput) Elem

func (SolutionPropertiesResponsePtrOutput) ElementType

func (SolutionPropertiesResponsePtrOutput) ProvisioningState

The provisioning state for the solution.

func (SolutionPropertiesResponsePtrOutput) ReferencedResources

The resources that will be referenced from this solution. Deleting any of those solution out of band will break the solution.

func (SolutionPropertiesResponsePtrOutput) ToSolutionPropertiesResponsePtrOutput

func (o SolutionPropertiesResponsePtrOutput) ToSolutionPropertiesResponsePtrOutput() SolutionPropertiesResponsePtrOutput

func (SolutionPropertiesResponsePtrOutput) ToSolutionPropertiesResponsePtrOutputWithContext

func (o SolutionPropertiesResponsePtrOutput) ToSolutionPropertiesResponsePtrOutputWithContext(ctx context.Context) SolutionPropertiesResponsePtrOutput

func (SolutionPropertiesResponsePtrOutput) WorkspaceResourceId

The azure resourceId for the workspace where the solution will be deployed/enabled.

type SolutionState

type SolutionState struct {
	// Resource location
	Location pulumi.StringPtrInput
	// Resource name.
	Name pulumi.StringPtrInput
	// Plan for solution object supported by the OperationsManagement resource provider.
	Plan SolutionPlanResponsePtrInput
	// Properties for solution object supported by the OperationsManagement resource provider.
	Properties SolutionPropertiesResponsePtrInput
	// Resource tags
	Tags pulumi.StringMapInput
	// Resource type.
	Type pulumi.StringPtrInput
}

func (SolutionState) ElementType

func (SolutionState) ElementType() reflect.Type

Jump to

Keyboard shortcuts

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