Google Cloud Deploy v1 API - Class DeploymentJobs (2.3.0)

 public sealed class DeploymentJobs : IMessage<DeploymentJobs>, IEquatable<DeploymentJobs>, IDeepCloneable<DeploymentJobs>, IBufferMessage, IMessage 

Reference documentation and code samples for the Google Cloud Deploy v1 API class DeploymentJobs.

Deployment job composition.

Inheritance

object > DeploymentJobs

Namespace

Google Cloud Google.Cloud.Deploy V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

DeploymentJobs()

 public DeploymentJobs() 

DeploymentJobs(DeploymentJobs)

 public DeploymentJobs(DeploymentJobs other) 
Parameter
Name
Description

Properties

DeployJob

 public Job DeployJob { get; set; } 

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

Property Value
Type
Description
Job

VerifyJob

 public Job VerifyJob { get; set; } 

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

Property Value
Type
Description
Job