Show / Hide Table of Contents

Class AsyncOptions

Async options that determine when a resource should finish.

Inheritance
object
AsyncOptions
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.DeploymentManager.v2beta.Data
Assembly: Google.Apis.DeploymentManager.v2beta.dll
Syntax
public class AsyncOptions : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

MethodMatch

Method regex where this policy will apply.

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

PollingOptions

Deployment manager will poll instances for this API resource setting a RUNNING state, and blocking until polling conditions tell whether the resource is completed or failed.

Declaration
[JsonProperty("pollingOptions")]
public virtual PollingOptions PollingOptions { get; set; }
Property Value
Type Description
PollingOptions

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX