Class ApplicationState
Inherited Members
Namespace: Pulumi.Azure.ManagedApplication
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ApplicationState : ResourceArgs
Constructors
View SourceApplicationState()
Declaration
public ApplicationState()
Properties
View SourceApplicationDefinitionId
The application definition ID to deploy.
Declaration
public Input<string> ApplicationDefinitionId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Kind
The kind of the managed application to deploy. Possible values are MarketPlace and ServiceCatalog. Changing this forces a new resource to be created.
Declaration
public Input<string> Kind { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Location
Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ManagedResourceGroupName
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.
Declaration
public Input<string> ManagedResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Specifies the name of the Managed Application. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Outputs
The name and value pairs that define the managed application outputs.
Declaration
public InputMap<string> Outputs { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
Parameters
A mapping of name and value pairs to pass to the managed application as parameters.
Declaration
public InputMap<string> Parameters { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
Plan
One plan block as defined below.
Declaration
public Input<ApplicationPlanGetArgs> Plan { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ApplicationPlanGetArgs> |
ResourceGroupName
The name of the Resource Group where the Managed Application should exist. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
A mapping of tags to assign to the resource.
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |