public sealed class CanaryDeployment : IMessage<CanaryDeployment>, IEquatable<CanaryDeployment>, IDeepCloneable<CanaryDeployment>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class CanaryDeployment.
CanaryDeployment represents the canary deployment configuration
Required. The percentage based deployments that will occur as a part of a
Rollout. List is expected in ascending order and each integer n is
0 <= n < 100.
[[["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-03-21 UTC."],[[["This webpage provides documentation for the `CanaryDeployment` class within the Google Cloud Deploy v1 API, specifically for .NET development."],["The latest version of the `CanaryDeployment` class documented is version 3.4.0, with a range of previous versions from 1.0.0 up to that version available for reference."],["`CanaryDeployment` represents a configuration for canary deployments, enabling percentage-based rollouts and having options to include pre-deploy and post-deploy jobs."],["The class implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and includes properties to control deployment percentages, and has a verify property for running tests."],["Key properties of `CanaryDeployment` are `Percentages` to control deployment percentages, `Postdeploy` for a post-deployment job configuration, `Predeploy` for a pre-deployment job, and `Verify` to enable post-percentage deployment testing."]]],[]]