Show / Hide Table of Contents

Class DeploymentTasks

Combined list of tasks for all paired nodes in the deployment.

Inheritance
object
DeploymentTasks
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.SQLAdmin.v1.Data
Assembly: Google.Apis.SQLAdmin.v1.dll
Syntax
public class DeploymentTasks : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Task

Output only. Tasks performed or being performed on the paired nodes of the deployment at a consolidated level.

Declaration
[JsonProperty("task")]
public virtual IList<DeploymentTask> Task { get; set; }
Property Value
Type Description
IList<DeploymentTask>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX