Application

Manages a Managed Application.

Create a Application Resource

def Application(resource_name, opts=None, application_definition_id=None, kind=None, location=None, managed_resource_group_name=None, name=None, parameters=None, plan=None, resource_group_name=None, tags=None, __props__=None);
func NewApplication(ctx *Context, name string, args ApplicationArgs, opts ...ResourceOption) (*Application, error)
public Application(string name, ApplicationArgs args, CustomResourceOptions? opts = null)
name string
The unique name of the resource.
args ApplicationArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name str
The unique name of the resource.
opts ResourceOptions
A bag of options that control this resource's behavior.
ctx Context
Context object for the current deployment.
name string
The unique name of the resource.
args ApplicationArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args ApplicationArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.

Application Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.

Inputs

The Application resource accepts the following input properties:

Kind string

The kind of the managed application to deploy. Possible values are MarketPlace and ServiceCatalog. Changing this forces a new resource to be created.

ManagedResourceGroupName string

The name of the target resource group where all the resources deployed by the managed application will reside. Changing this forces a new resource to be created.

ResourceGroupName string

The name of the Resource Group where the Managed Application should exist. Changing this forces a new resource to be created.

ApplicationDefinitionId string

The application definition ID to deploy.

Location string

Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.

Name string

Specifies the name of the Managed Application. Changing this forces a new resource to be created.

Parameters Dictionary<string, string>

A mapping of name and value pairs to pass to the managed application as parameters.

Plan ApplicationPlanArgs

One plan block as defined below.

Tags Dictionary<string, string>

A mapping of tags to assign to the resource.

Kind string

The kind of the managed application to deploy. Possible values are MarketPlace and ServiceCatalog. Changing this forces a new resource to be created.

ManagedResourceGroupName string

The name of the target resource group where all the resources deployed by the managed application will reside. Changing this forces a new resource to be created.

ResourceGroupName string

The name of the Resource Group where the Managed Application should exist. Changing this forces a new resource to be created.

ApplicationDefinitionId string

The application definition ID to deploy.

Location string

Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.

Name string

Specifies the name of the Managed Application. Changing this forces a new resource to be created.

Parameters map[string]string

A mapping of name and value pairs to pass to the managed application as parameters.

Plan ApplicationPlan

One plan block as defined below.

Tags map[string]string

A mapping of tags to assign to the resource.

kind string

The kind of the managed application to deploy. Possible values are MarketPlace and ServiceCatalog. Changing this forces a new resource to be created.

managedResourceGroupName string

The name of the target resource group where all the resources deployed by the managed application will reside. Changing this forces a new resource to be created.

resourceGroupName string

The name of the Resource Group where the Managed Application should exist. Changing this forces a new resource to be created.

applicationDefinitionId string

The application definition ID to deploy.

location string

Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.

name string

Specifies the name of the Managed Application. Changing this forces a new resource to be created.

parameters {[key: string]: string}

A mapping of name and value pairs to pass to the managed application as parameters.

plan ApplicationPlan

One plan block as defined below.

tags {[key: string]: string}

A mapping of tags to assign to the resource.

kind str

The kind of the managed application to deploy. Possible values are MarketPlace and ServiceCatalog. Changing this forces a new resource to be created.

managed_resource_group_name str

The name of the target resource group where all the resources deployed by the managed application will reside. Changing this forces a new resource to be created.

resource_group_name str

The name of the Resource Group where the Managed Application should exist. Changing this forces a new resource to be created.

application_definition_id str

The application definition ID to deploy.

location str

Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.

name str

Specifies the name of the Managed Application. Changing this forces a new resource to be created.

parameters Dict[str, str]

A mapping of name and value pairs to pass to the managed application as parameters.

plan Dict[ApplicationPlan]

One plan block as defined below.

tags Dict[str, str]

A mapping of tags to assign to the resource.

Outputs

All input properties are implicitly available as output properties. Additionally, the Application resource produces the following output properties:

Id string
The provider-assigned unique ID for this managed resource.
Outputs Dictionary<string, string>

The name and value pairs that define the managed application outputs.

Id string
The provider-assigned unique ID for this managed resource.
Outputs map[string]string

The name and value pairs that define the managed application outputs.

id string
The provider-assigned unique ID for this managed resource.
outputs {[key: string]: string}

The name and value pairs that define the managed application outputs.

id str
The provider-assigned unique ID for this managed resource.
outputs Dict[str, str]

The name and value pairs that define the managed application outputs.

Look up an Existing Application Resource

Get an existing Application resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

public static get(name: string, id: Input<ID>, state?: ApplicationState, opts?: CustomResourceOptions): Application
static get(resource_name, id, opts=None, application_definition_id=None, kind=None, location=None, managed_resource_group_name=None, name=None, outputs=None, parameters=None, plan=None, resource_group_name=None, tags=None, __props__=None);
func GetApplication(ctx *Context, name string, id IDInput, state *ApplicationState, opts ...ResourceOption) (*Application, error)
public static Application Get(string name, Input<string> id, ApplicationState? state, CustomResourceOptions? opts = null)
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.

The following state arguments are supported:

ApplicationDefinitionId string

The application definition ID to deploy.

Kind string

The kind of the managed application to deploy. Possible values are MarketPlace and ServiceCatalog. Changing this forces a new resource to be created.

Location string

Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.

ManagedResourceGroupName string

The name of the target resource group where all the resources deployed by the managed application will reside. Changing this forces a new resource to be created.

Name string

Specifies the name of the Managed Application. Changing this forces a new resource to be created.

Outputs Dictionary<string, string>

The name and value pairs that define the managed application outputs.

Parameters Dictionary<string, string>

A mapping of name and value pairs to pass to the managed application as parameters.

Plan ApplicationPlanArgs

One plan block as defined below.

ResourceGroupName string

The name of the Resource Group where the Managed Application should exist. Changing this forces a new resource to be created.

Tags Dictionary<string, string>

A mapping of tags to assign to the resource.

ApplicationDefinitionId string

The application definition ID to deploy.

Kind string

The kind of the managed application to deploy. Possible values are MarketPlace and ServiceCatalog. Changing this forces a new resource to be created.

Location string

Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.

ManagedResourceGroupName string

The name of the target resource group where all the resources deployed by the managed application will reside. Changing this forces a new resource to be created.

Name string

Specifies the name of the Managed Application. Changing this forces a new resource to be created.

Outputs map[string]string

The name and value pairs that define the managed application outputs.

Parameters map[string]string

A mapping of name and value pairs to pass to the managed application as parameters.

Plan ApplicationPlan

One plan block as defined below.

ResourceGroupName string

The name of the Resource Group where the Managed Application should exist. Changing this forces a new resource to be created.

Tags map[string]string

A mapping of tags to assign to the resource.

applicationDefinitionId string

The application definition ID to deploy.

kind string

The kind of the managed application to deploy. Possible values are MarketPlace and ServiceCatalog. Changing this forces a new resource to be created.

location string

Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.

managedResourceGroupName string

The name of the target resource group where all the resources deployed by the managed application will reside. Changing this forces a new resource to be created.

name string

Specifies the name of the Managed Application. Changing this forces a new resource to be created.

outputs {[key: string]: string}

The name and value pairs that define the managed application outputs.

parameters {[key: string]: string}

A mapping of name and value pairs to pass to the managed application as parameters.

plan ApplicationPlan

One plan block as defined below.

resourceGroupName string

The name of the Resource Group where the Managed Application should exist. Changing this forces a new resource to be created.

tags {[key: string]: string}

A mapping of tags to assign to the resource.

application_definition_id str

The application definition ID to deploy.

kind str

The kind of the managed application to deploy. Possible values are MarketPlace and ServiceCatalog. Changing this forces a new resource to be created.

location str

Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.

managed_resource_group_name str

The name of the target resource group where all the resources deployed by the managed application will reside. Changing this forces a new resource to be created.

name str

Specifies the name of the Managed Application. Changing this forces a new resource to be created.

outputs Dict[str, str]

The name and value pairs that define the managed application outputs.

parameters Dict[str, str]

A mapping of name and value pairs to pass to the managed application as parameters.

plan Dict[ApplicationPlan]

One plan block as defined below.

resource_group_name str

The name of the Resource Group where the Managed Application should exist. Changing this forces a new resource to be created.

tags Dict[str, str]

A mapping of tags to assign to the resource.

Supporting Types

ApplicationPlan

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Name string

Specifies the name of the plan from the marketplace.

Product string

Specifies the product of the plan from the marketplace.

Publisher string

Specifies the publisher of the plan.

Version string

Specifies the version of the plan from the marketplace.

PromotionCode string

Specifies the promotion code to use with the plan.

Name string

Specifies the name of the plan from the marketplace.

Product string

Specifies the product of the plan from the marketplace.

Publisher string

Specifies the publisher of the plan.

Version string

Specifies the version of the plan from the marketplace.

PromotionCode string

Specifies the promotion code to use with the plan.

name string

Specifies the name of the plan from the marketplace.

product string

Specifies the product of the plan from the marketplace.

publisher string

Specifies the publisher of the plan.

version string

Specifies the version of the plan from the marketplace.

promotionCode string

Specifies the promotion code to use with the plan.

name str

Specifies the name of the plan from the marketplace.

product str

Specifies the product of the plan from the marketplace.

publisher str

Specifies the publisher of the plan.

version str

Specifies the version of the plan from the marketplace.

promotionCode str

Specifies the promotion code to use with the plan.

Package Details

Repository
https://github.com/pulumi/pulumi-azure
License
Apache-2.0
Notes
This Pulumi package is based on the azurerm Terraform Provider.