Show / Hide Table of Contents

Class DeploymentJobs

Deployment job composition.

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

Properties

DeployJob

Output only. The deploy Job. This is the deploy job in the phase.

Declaration
[JsonProperty("deployJob")]
public virtual Job DeployJob { get; set; }
Property Value
Type Description
Job

ETag

The ETag of the item.

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

PostdeployJob

Output only. The postdeploy Job, which is the last job on the phase.

Declaration
[JsonProperty("postdeployJob")]
public virtual Job PostdeployJob { get; set; }
Property Value
Type Description
Job

PredeployJob

Output only. The predeploy Job, which is the first job on the phase.

Declaration
[JsonProperty("predeployJob")]
public virtual Job PredeployJob { get; set; }
Property Value
Type Description
Job

VerifyJob

Output only. The verify Job. Runs after a deploy if the deploy succeeds.

Declaration
[JsonProperty("verifyJob")]
public virtual Job VerifyJob { get; set; }
Property Value
Type Description
Job

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX