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."],[[["This page provides documentation for the `Canary` class within the Google Cloud Deploy v1 API, focusing on its role in canary deployment strategies."],["The `Canary` class, part of the `Google.Cloud.Deploy.V1` namespace, implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`, and is designed for progressive deployments."],["The available versions of the API class include 3.4.0 (latest) down to 1.0.0, with all those included between those versions."],["The `Canary` class offers two primary deployment configuration options: `CanaryDeployment` for standard progressive deployment and `CustomCanaryDeployment` for phase-level customization."],["The class also contains a property called `RuntimeConfig` to contain runtime specific configurations for the deployment strategy."]]],[]]