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 provided content details the `Canary` class within the Google Cloud Deploy v1 API, including its implementation of several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["It offers reference documentation for the `Canary` class, covering its constructors, properties such as `CanaryDeployment`, `CustomCanaryDeployment`, `ModeCase`, and `RuntimeConfig`, as well as inherited members."],["The documentation outlines the available versions of the API, ranging from version 1.0.0 to the latest, version 3.4.0, which contains references to the Canary class in each version."],["The `Canary` class represents the canary deployment strategy and includes configurations for progressive deployments, such as those found in `CanaryDeployment` and `CustomCanaryDeployment`."]]],[]]