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 reference documentation for the `Canary` class within the Google Cloud Deploy v1 API, detailing its implementation and usage in .NET."],["The `Canary` class represents a canary deployment strategy and includes properties for configuring progressive deployments, such as `CanaryDeployment` and `CustomCanaryDeployment`."],["The documentation outlines the class's inheritance (`object \u003e Canary`), implemented interfaces, and available constructors, along with descriptions of its properties and parameters."],["The page lists numerous versions of the Google.Cloud.Deploy.V1 API, from version 1.0.0 up to 3.4.0, with 3.4.0 being the latest version and each link pointing to a specific version's documentation."],["The documentation covers various aspects of the `Canary` class, including its namespace, assembly, and optional `RuntimeConfig` property for specifying deployment runtime configurations."]]],[]]