Show / Hide Table of Contents

Class Rollback

Rolls back a Rollout.

Inheritance
object
Rollback
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class Rollback : IDirectResponseSchema

Properties

DestinationPhase

Optional. The starting phase ID for the Rollout. If unspecified, the Rollout will start in the stable phase.

Declaration
[JsonProperty("destinationPhase")]
public virtual string DestinationPhase { get; set; }
Property Value
Type Description
string

DisableRollbackIfRolloutPending

Optional. If pending rollout exists on the target, the rollback operation will be aborted.

Declaration
[JsonProperty("disableRollbackIfRolloutPending")]
public virtual bool? DisableRollbackIfRolloutPending { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX