public sealed class Strategy : IMessage<Strategy>, IEquatable<Strategy>, IDeepCloneable<Strategy>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Deploy v1 API class Strategy.
Strategy contains deployment strategy information.
Implements
IMessage<Strategy>, IEquatable<Strategy>, IDeepCloneable<Strategy>, IBufferMessage, IMessageNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
Strategy()
public Strategy()Strategy(Strategy)
public Strategy(Strategy other)| Parameter | |
|---|---|
| Name | Description |
other |
Strategy |
Properties
DeploymentStrategyCase
public Strategy.DeploymentStrategyOneofCase DeploymentStrategyCase { get; }| Property Value | |
|---|---|
| Type | Description |
Strategy.DeploymentStrategyOneofCase |
|
Standard
public Standard Standard { get; set; }Standard deployment strategy executes a single deploy and allows verifying the deployment.
| Property Value | |
|---|---|
| Type | Description |
Standard |
|