Google Cloud Deploy v1 API - Class Strategy (2.2.0)

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

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

Strategy contains deployment strategy information.

Inheritance

Object > Strategy

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

Strategy()

public Strategy()

Strategy(Strategy)

public Strategy(Strategy other)
Parameter
NameDescription
otherStrategy

Properties

DeploymentStrategyCase

public Strategy.DeploymentStrategyOneofCase DeploymentStrategyCase { get; }
Property Value
TypeDescription
Strategy.DeploymentStrategyOneofCase

Standard

public Standard Standard { get; set; }

Standard deployment strategy executes a single deploy and allows verifying the deployment.

Property Value
TypeDescription
Standard