public sealed class CanaryDeployment : IMessage<CanaryDeployment>, IEquatable<CanaryDeployment>, IDeepCloneable<CanaryDeployment>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class CanaryDeployment.
CanaryDeployment represents the canary deployment configuration
Required. The percentage based deployments that will occur as a part of a
Rollout. List is expected in ascending order and each integer n is
0 <= n < 100.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version available for the `CanaryDeployment` class in the Google Cloud Deploy v1 API is version 3.4.0."],["This page provides reference documentation for the `CanaryDeployment` class, which is a part of the Google.Cloud.Deploy.V1 namespace and is used for configuring canary deployments in Google Cloud Deploy."],["The `CanaryDeployment` class allows configuration of percentage-based rollouts and whether to include verify steps after each percentage deployment."],["The page lists all the versions of `CanaryDeployment` from version 1.0.0 to 3.4.0, providing links to their respective documentation."],["The `CanaryDeployment` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]