Show / Hide Table of Contents

Class RolloutControl

RolloutControl provides a way to request a change to the execution of a Rollout by pausing or canceling it.

Inheritance
object
RolloutControl
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.SaaSServiceManagement.v1beta1.Data
Assembly: Google.Apis.SaaSServiceManagement.v1beta1.dll
Syntax
public class RolloutControl : IDirectResponseSchema

Properties

Action

Required. Action to be performed on the Rollout. The default behavior is to run the rollout until it naturally reaches a terminal state.

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

ETag

The ETag of the item.

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

RunParams

Optional. Parameters for the RUN action. It is an error to specify this if the RolloutAction is not set to RUN. By default, the rollout will retry failed operations when resumed.

Declaration
[JsonProperty("runParams")]
public virtual RunRolloutActionParams RunParams { get; set; }
Property Value
Type Description
RunRolloutActionParams

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX