AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Information about an application version deployment.

Inheritance Hierarchy

System.Object
  Amazon.ElasticBeanstalk.Model.Deployment

Namespace: Amazon.ElasticBeanstalk.Model
Assembly: AWSSDK.ElasticBeanstalk.dll
Version: 3.x.y.z

Syntax

C#
public class Deployment

The Deployment type exposes the following members

Constructors

NameDescription
Public Method Deployment()

Properties

NameTypeDescription
Public Property DeploymentId System.Int64

Gets and sets the property DeploymentId.

The ID of the deployment. This number increases by one each time that you deploy source code or change instance configuration settings.

Public Property DeploymentTime System.DateTime

Gets and sets the property DeploymentTime.

For in-progress deployments, the time that the deployment started.

For completed deployments, the time that the deployment ended.

Public Property Status System.String

Gets and sets the property Status.

The status of the deployment:

  • In Progress : The deployment is in progress.

  • Deployed : The deployment succeeded.

  • Failed : The deployment failed.

Public Property VersionLabel System.String

Gets and sets the property VersionLabel.

The version label of the application version in the deployment.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5