public sealed class ApplyDeploymentRequest : IMessage<ApplyDeploymentRequest>, IEquatable<ApplyDeploymentRequest>, IDeepCloneable<ApplyDeploymentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Telco Automation v1 API class ApplyDeploymentRequest.
Request object for ApplyDeployment. The resources in given deployment
gets applied to Orchestration Cluster. A new revision is created when a
deployment is applied.
[[["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 page provides reference documentation for the `ApplyDeploymentRequest` class within the Google Cloud Telco Automation v1 API, including its properties and functionality."],["`ApplyDeploymentRequest` is used to request the application of resources within a deployment to an Orchestration Cluster, resulting in a new revision."],["The class is implemented from multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`, enabling various functionalities such as message handling and object comparison."],["The `ApplyDeploymentRequest` class has properties like `DeploymentName` (a typed view) and `Name` (a string), where `Name` is a required field specifying the deployment to be applied."]]],[]]