public sealed class TerminateJobRunRequest : IMessage<TerminateJobRunRequest>, IEquatable<TerminateJobRunRequest>, IDeepCloneable<TerminateJobRunRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class TerminateJobRunRequest.
The request object used by TerminateJobRun
.
Implements
IMessageTerminateJobRunRequest, IEquatableTerminateJobRunRequest, IDeepCloneableTerminateJobRunRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
TerminateJobRunRequest()
public TerminateJobRunRequest()
TerminateJobRunRequest(TerminateJobRunRequest)
public TerminateJobRunRequest(TerminateJobRunRequest other)
Parameter | |
---|---|
Name | Description |
other |
TerminateJobRunRequest |
Properties
JobRunName
public JobRunName JobRunName { get; set; }
JobRunName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
JobRunName |
Name
public string Name { get; set; }
Required. Name of the JobRun
. Format must be
projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/{rollout}/jobRuns/{jobRun}
.
Property Value | |
---|---|
Type | Description |
string |