Show / Hide Table of Contents

Class ApplicationDeployment

Inheritance
System.Object
Resource
CustomResource
ApplicationDeployment
Inherited Members
CustomResource.Id
Resource.GetResourceType()
Resource.GetResourceName()
Resource.Urn
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 class ApplicationDeployment : CustomResource

Constructors

View Source

ApplicationDeployment(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 Source

AppId

The ID of the application that you want to deploy.

Declaration
public Output<string> AppId { get; }
Property Value
Type Description
Output<System.String>
View Source

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>
View Source

LastPackageVersion

Last package version deployed.

Declaration
public Output<string> LastPackageVersion { get; }
Property Value
Type Description
Output<System.String>
View Source

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>
View Source

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 Source

Get(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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.