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."],[[["The `ApplyDeploymentRequest` class is used to apply resources in a given deployment to an Orchestration Cluster, creating a new revision upon application."],["This class, part of the Telco Automation v1 API, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["`ApplyDeploymentRequest` objects can be constructed using a default constructor or by providing another `ApplyDeploymentRequest` instance."],["The class includes properties like `DeploymentName` which is a `DeploymentName`-typed view, and `Name`, which is a string representing the required name of the deployment to apply."],["The latest, and other, versioned documentation for this specific class is available and provides details on its methods and usage."]]],[]]