Show / Hide Table of Contents

Class PromoteReleaseOperation

Contains the information of an automated promote-release operation.

Inheritance
object
PromoteReleaseOperation
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 PromoteReleaseOperation : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Phase

Output only. The starting phase of the rollout created by this operation.

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

Rollout

Output only. The name of the rollout that initiates the AutomationRun.

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

TargetId

Output only. The ID of the target that represents the promotion stage to which the release will be promoted. The value of this field is the last segment of a target name.

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

Wait

Output only. How long the operation will be paused.

Declaration
[JsonProperty("wait")]
public virtual object Wait { get; set; }
Property Value
Type Description
object

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX