public CustomCanaryDeployment CustomCanaryDeployment { get; set; }
Configures the progressive based deployment for a Target, but allows
customizing at the phase level where a phase represents each of the
percentage deployments.
Optional. Runtime specific configurations for the deployment strategy. The
runtime configuration is used to determine how Cloud Deploy will split
traffic to enable a progressive deployment.
[[["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-08-04 UTC."],[[["The document provides reference information for the `Canary` class within the Google Cloud Deploy v1 API, specifically version 2.12.0."],["`Canary` is a class representing a canary deployment strategy, inheriting from `object` and implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class contains properties such as `CanaryDeployment`, `CustomCanaryDeployment`, `ModeCase`, and `RuntimeConfig`, which are used to configure progressive deployments in Cloud Deploy."],["The document lists numerous previous versions of the `Canary` class, ranging from version 1.0.0 to 3.4.0 (latest), with links to their respective documentation."],["There are two constructors provided for `Canary`, one default and another for creating a `Canary` object from an existing one."]]],[]]