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 document provides reference documentation for the `CanaryDeployment` class within the Google Cloud Deploy v1 API for .NET."],["The `CanaryDeployment` class represents the configuration for canary deployments in Google Cloud Deploy and is found under the `Google.Cloud.Deploy.V1` namespace."],["The document outlines various versions of the `CanaryDeployment` class, from the latest version 3.4.0 down to version 1.0.0, offering access to different releases."],["`CanaryDeployment` contains the properties `Percentages` which define the percentage-based deployments, and `Verify`, which determines if verification tests run after each deployment."],["This class also inherits from other interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has constructors for default or copy operations."]]],[]]