public sealed class DeployParameters : IMessage<DeployParameters>, IEquatable<DeployParameters>, IDeepCloneable<DeployParameters>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class DeployParameters.
public MapField<string, string> MatchTargetLabels { get; }
Optional. Deploy parameters are applied to targets with match labels.
If unspecified, deploy parameters are applied to all targets (including
child targets of a multi-target).
[[["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 `DeployParameters` class within the Google Cloud Deploy v1 API, detailing its structure and functionality across multiple versions."],["The latest version of `DeployParameters` is 3.4.0, while the current page is focused on version 2.7.0, and the page includes a comprehensive list of all available versions, ranging from 1.0.0 to 3.4.0."],["The `DeployParameters` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its capabilities within the .NET environment."],["The `DeployParameters` class includes properties like `MatchTargetLabels` and `Values`, which allow for specifying deploy parameters and matching them with specific targets using key-value pairs."],["The page contains information on the `DeployParameters` class constructors and the inherited methods and details from the Object class, as well as information on its namespace and assembly."]]],[]]