Application
Manages a Managed Application.
Create a Application Resource
new Application(name: string, args: ApplicationArgs, opts?: CustomResourceOptions);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
MarketPlaceandServiceCatalog. Changing this forces a new resource to be created.- Managed
Resource stringGroup Name 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 stringName The name of the Resource Group where the Managed Application should exist. Changing this forces a new resource to be created.
- Application
Definition stringId 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
Application
Plan Args One
planblock as defined below.- 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
MarketPlaceandServiceCatalog. Changing this forces a new resource to be created.- Managed
Resource stringGroup Name 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 stringName The name of the Resource Group where the Managed Application should exist. Changing this forces a new resource to be created.
- Application
Definition stringId 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
Application
Plan One
planblock as defined below.- 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
MarketPlaceandServiceCatalog. Changing this forces a new resource to be created.- managed
Resource stringGroup Name 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 stringName The name of the Resource Group where the Managed Application should exist. Changing this forces a new resource to be created.
- application
Definition stringId 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
Application
Plan One
planblock as defined below.- {[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
MarketPlaceandServiceCatalog. Changing this forces a new resource to be created.- managed_
resource_ strgroup_ name 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_ strname The name of the Resource Group where the Managed Application should exist. Changing this forces a new resource to be created.
- application_
definition_ strid 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[Application
Plan] One
planblock as defined below.- 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:
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): Applicationstatic 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:
- Application
Definition stringId The application definition ID to deploy.
- Kind string
The kind of the managed application to deploy. Possible values are
MarketPlaceandServiceCatalog. 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.
- Managed
Resource stringGroup Name 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
Application
Plan Args One
planblock as defined below.- Resource
Group stringName The name of the Resource Group where the Managed Application should exist. Changing this forces a new resource to be created.
- Dictionary<string, string>
A mapping of tags to assign to the resource.
- Application
Definition stringId The application definition ID to deploy.
- Kind string
The kind of the managed application to deploy. Possible values are
MarketPlaceandServiceCatalog. 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.
- Managed
Resource stringGroup Name 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
Application
Plan One
planblock as defined below.- Resource
Group stringName The name of the Resource Group where the Managed Application should exist. Changing this forces a new resource to be created.
- map[string]string
A mapping of tags to assign to the resource.
- application
Definition stringId The application definition ID to deploy.
- kind string
The kind of the managed application to deploy. Possible values are
MarketPlaceandServiceCatalog. 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.
- managed
Resource stringGroup Name 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
Application
Plan One
planblock as defined below.- resource
Group stringName The name of the Resource Group where the Managed Application should exist. Changing this forces a new resource to be created.
- {[key: string]: string}
A mapping of tags to assign to the resource.
- application_
definition_ strid The application definition ID to deploy.
- kind str
The kind of the managed application to deploy. Possible values are
MarketPlaceandServiceCatalog. 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_ strgroup_ name 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[Application
Plan] One
planblock as defined below.- resource_
group_ strname The name of the Resource Group where the Managed Application should exist. Changing this forces a new resource to be created.
- Dict[str, str]
A mapping of tags to assign to the resource.
Supporting Types
ApplicationPlan
- 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.
- Promotion
Code 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.
- Promotion
Code 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.
- promotion
Code 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.
- promotion
Code 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
azurermTerraform Provider.