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 document provides reference information for the `Canary` class within the Google Cloud Deploy v1 API, detailing its properties, constructors, and the interfaces it implements."],["The latest version of the Google Cloud Deploy v1 API is 3.4.0, and the current context version is 2.8.0 with links to previous versions ranging from 1.0.0 up to 3.3.0."],["The `Canary` class represents a canary deployment strategy, inheriting from `object` and implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Canary` class includes properties for configuring progressive deployments, either through `CanaryDeployment` for standard configurations or `CustomCanaryDeployment` for phase-level customization."],["`RuntimeConfig` is an optional property within the `Canary` class, designed to manage runtime-specific configurations for how traffic is split during progressive deployments."]]],[]]