public sealed class InstallDeploymentRequest : IMessage<InstallDeploymentRequest>, IEquatable<InstallDeploymentRequest>, IDeepCloneable<InstallDeploymentRequest>, IBufferMessage, IMessage
Request message to install a developer mode deployment.
[[["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 latest version available for the `InstallDeploymentRequest` is 2.4.0, with other previous versions including 2.3.0, 2.2.0, 2.1.0, 2.0.0, 1.1.0, and 1.0.0 being available."],["`InstallDeploymentRequest` is a sealed class that serves as a request message for installing a developer mode deployment."],["This class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `InstallDeploymentRequest` class includes properties `DeploymentName`, which provides a view of the name property and `Name`, which is the full resource name of the deployment to install, as a string."],["The class has 2 constructors, one of them being a default constructor and another which accepts an `InstallDeploymentRequest` parameter."]]],[]]