C# Class Amazon.CloudFormation.ResourceStatus

Constants used for properties of type ResourceStatus.
Inheritance: ConstantClass
Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Свойство Type Description
CREATE_COMPLETE ResourceStatus
CREATE_FAILED ResourceStatus
CREATE_IN_PROGRESS ResourceStatus
DELETE_COMPLETE ResourceStatus
DELETE_FAILED ResourceStatus
DELETE_IN_PROGRESS ResourceStatus
DELETE_SKIPPED ResourceStatus
UPDATE_COMPLETE ResourceStatus
UPDATE_FAILED ResourceStatus
UPDATE_IN_PROGRESS ResourceStatus

Méthodes publiques

Méthode Description
FindValue ( string value ) : ResourceStatus

Finds the constant for the unique value.

ResourceStatus ( 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.

Method Details

FindValue() public static méthode

Finds the constant for the unique value.
public static FindValue ( string value ) : ResourceStatus
value string The unique value for the constant
Résultat ResourceStatus

ResourceStatus() public méthode

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 ResourceStatus ( string value ) : System
value string
Résultat System

Property Details

CREATE_COMPLETE public_oe static_oe property

Constant CREATE_COMPLETE for ResourceStatus
public static ResourceStatus,Amazon.CloudFormation CREATE_COMPLETE
Résultat ResourceStatus

CREATE_FAILED public_oe static_oe property

Constant CREATE_FAILED for ResourceStatus
public static ResourceStatus,Amazon.CloudFormation CREATE_FAILED
Résultat ResourceStatus

CREATE_IN_PROGRESS public_oe static_oe property

Constant CREATE_IN_PROGRESS for ResourceStatus
public static ResourceStatus,Amazon.CloudFormation CREATE_IN_PROGRESS
Résultat ResourceStatus

DELETE_COMPLETE public_oe static_oe property

Constant DELETE_COMPLETE for ResourceStatus
public static ResourceStatus,Amazon.CloudFormation DELETE_COMPLETE
Résultat ResourceStatus

DELETE_FAILED public_oe static_oe property

Constant DELETE_FAILED for ResourceStatus
public static ResourceStatus,Amazon.CloudFormation DELETE_FAILED
Résultat ResourceStatus

DELETE_IN_PROGRESS public_oe static_oe property

Constant DELETE_IN_PROGRESS for ResourceStatus
public static ResourceStatus,Amazon.CloudFormation DELETE_IN_PROGRESS
Résultat ResourceStatus

DELETE_SKIPPED public_oe static_oe property

Constant DELETE_SKIPPED for ResourceStatus
public static ResourceStatus,Amazon.CloudFormation DELETE_SKIPPED
Résultat ResourceStatus

UPDATE_COMPLETE public_oe static_oe property

Constant UPDATE_COMPLETE for ResourceStatus
public static ResourceStatus,Amazon.CloudFormation UPDATE_COMPLETE
Résultat ResourceStatus

UPDATE_FAILED public_oe static_oe property

Constant UPDATE_FAILED for ResourceStatus
public static ResourceStatus,Amazon.CloudFormation UPDATE_FAILED
Résultat ResourceStatus

UPDATE_IN_PROGRESS public_oe static_oe property

Constant UPDATE_IN_PROGRESS for ResourceStatus
public static ResourceStatus,Amazon.CloudFormation UPDATE_IN_PROGRESS
Résultat ResourceStatus