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 a deployment rollback.

Inheritance Hierarchy

System.Object
  Amazon.CodeDeploy.Model.RollbackInfo

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

Syntax

C#
public class RollbackInfo

The RollbackInfo type exposes the following members

Constructors

NameDescription
Public Method RollbackInfo()

Properties

NameTypeDescription
Public Property RollbackDeploymentId System.String

Gets and sets the property RollbackDeploymentId.

The ID of the deployment rollback.

Public Property RollbackMessage System.String

Gets and sets the property RollbackMessage.

Information that describes the status of a deployment rollback (for example, whether the deployment can't be rolled back, is in progress, failed, or succeeded).

Public Property RollbackTriggeringDeploymentId System.String

Gets and sets the property RollbackTriggeringDeploymentId.

The deployment ID of the deployment that was underway and triggered a rollback deployment because it failed or was stopped.

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