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 webpage 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, represents a deployment strategy used to progressively roll out updates."],["Version 3.4.0 is the latest release for this class, while there are numerous previous versions listed from 3.3.0 down to 1.0.0."],["Key features of the `Canary` class include properties for configuring progressive deployments like `CanaryDeployment` and `CustomCanaryDeployment`, along with a `RuntimeConfig` property for specific deployment settings."],["The `Canary` class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its extensive capabilities within the .NET framework."]]],[]]