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."],[[["The `CanaryDeployment` class in the Google Cloud Deploy v1 API provides configurations for canary deployments in the .NET environment."],["This class is part of the `Google.Cloud.Deploy.V1` namespace and is available in the `Google.Cloud.Deploy.V1.dll` assembly, with documentation spanning multiple versions from 1.0.0 to the latest version, 3.4.0."],["`CanaryDeployment` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer message operations."],["The `Percentages` property within the `CanaryDeployment` class allows setting up percentage-based deployments as part of a rollout, requiring a list of integers in ascending order, and also has a `Verify` property to determine if verification testing will be conducted."],["The documentation provides multiple versions for the class, and shows that the latest version of the class is the 3.4.0 release."]]],[]]