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 `Canary` class in the Google Cloud Deploy v1 API represents a canary deployment strategy for progressively deploying updates."],["This `Canary` class has properties for configuring the deployment, including `CanaryDeployment` for standard deployments and `CustomCanaryDeployment` for phase-level customization."],["The latest available version of the API is 3.4.0, and there are many older versions of the API, ranging from 1.0.0 to 3.3.0, all of which include the `Canary` class."],["The `Canary` class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various operations and comparisons."],["The class allows for optional runtime-specific configurations via the `RuntimeConfig` property, providing flexibility in traffic splitting during progressive deployments."]]],[]]