C# Class Amazon.CodeDeploy.DeploymentStatus

Constants used for properties of type DeploymentStatus.
Inheritance: ConstantClass
Datei anzeigen Open project: aws/aws-sdk-net

Public Properties

Property Type Description
Created DeploymentStatus
Failed DeploymentStatus
InProgress DeploymentStatus
Queued DeploymentStatus
Stopped DeploymentStatus
Succeeded DeploymentStatus

Public Methods

Method Description
DeploymentStatus ( string value ) : System

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.

FindValue ( string value ) : DeploymentStatus

Finds the constant for the unique value.

Method Details

DeploymentStatus() public method

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.
public DeploymentStatus ( string value ) : System
value string
return System

FindValue() public static method

Finds the constant for the unique value.
public static FindValue ( string value ) : DeploymentStatus
value string The unique value for the constant
return DeploymentStatus

Property Details

Created public_oe static_oe property

Constant Created for DeploymentStatus
public static DeploymentStatus,Amazon.CodeDeploy Created
return DeploymentStatus

Failed public_oe static_oe property

Constant Failed for DeploymentStatus
public static DeploymentStatus,Amazon.CodeDeploy Failed
return DeploymentStatus

InProgress public_oe static_oe property

Constant InProgress for DeploymentStatus
public static DeploymentStatus,Amazon.CodeDeploy InProgress
return DeploymentStatus

Queued public_oe static_oe property

Constant Queued for DeploymentStatus
public static DeploymentStatus,Amazon.CodeDeploy Queued
return DeploymentStatus

Stopped public_oe static_oe property

Constant Stopped for DeploymentStatus
public static DeploymentStatus,Amazon.CodeDeploy Stopped
return DeploymentStatus

Succeeded public_oe static_oe property

Constant Succeeded for DeploymentStatus
public static DeploymentStatus,Amazon.CodeDeploy Succeeded
return DeploymentStatus