Class ApplicationDeploymentArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.Edas
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class ApplicationDeploymentArgs : ResourceArgs
Constructors
View SourceApplicationDeploymentArgs()
Declaration
public ApplicationDeploymentArgs()
Properties
View SourceAppId
The ID of the application that you want to deploy.
Declaration
public Input<string> AppId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> GroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> PackageVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> WarUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |