Class ApplicationDeployment
Inherited Members
Namespace: Pulumi.AliCloud.Edas
Assembly: Pulumi.AliCloud.dll
Syntax
public class ApplicationDeployment : CustomResource
Constructors
View SourceApplicationDeployment(String, ApplicationDeploymentArgs, CustomResourceOptions)
Create a ApplicationDeployment resource with the given unique name, arguments, and options.
Declaration
public ApplicationDeployment(string name, ApplicationDeploymentArgs args, CustomResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The unique name of the resource |
| ApplicationDeploymentArgs | args | The arguments used to populate this resource's properties |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Properties
View SourceAppId
The ID of the application that you want to deploy.
Declaration
public Output<string> AppId { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
GroupId
The ID of the instance group where the application is going to be deployed. Set this parameter to all if you want to deploy the application to all groups.
Declaration
public Output<string> GroupId { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
LastPackageVersion
Last package version deployed.
Declaration
public Output<string> LastPackageVersion { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
PackageVersion
The version of the application that you want to deploy. It must be unique for every application. The length cannot exceed 64 characters. We recommended you to use a timestamp.
Declaration
public Output<string> PackageVersion { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
WarUrl
The address to store the uploaded web application (WAR) package for application deployment. This parameter is required when the deployType parameter is set as url.
Declaration
public Output<string> WarUrl { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Methods
View SourceGet(String, Input<String>, ApplicationDeploymentState, CustomResourceOptions)
Get an existing ApplicationDeployment resource's state with the given name, ID, and optional extra properties used to qualify the lookup.
Declaration
public static ApplicationDeployment Get(string name, Input<string> id, ApplicationDeploymentState state = null, CustomResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The unique name of the resulting resource. |
| Input<System.String> | id | The unique provider ID of the resource to lookup. |
| ApplicationDeploymentState | state | Any extra arguments used during the lookup. |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Returns
| Type | Description |
|---|---|
| ApplicationDeployment |