public sealed class GetInstallStatusRequest : IMessage<GetInstallStatusRequest>, IEquatable<GetInstallStatusRequest>, IDeepCloneable<GetInstallStatusRequest>, IBufferMessage, IMessage
Request message to get the install status of 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."],[[["This webpage details the `GetInstallStatusRequest` class, which is used to retrieve the installation status of a developer mode deployment."],["The `GetInstallStatusRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its functionality within the .NET environment."],["The class offers two constructors: a default constructor and one that accepts another `GetInstallStatusRequest` object as a parameter for cloning."],["It includes properties such as `InstallStatusName` for a typed view and `Name` for the full resource name of the deployment."],["The latest version available is 2.4.0, but there are versions going as far back as 1.0.0, all with the same `GetInstallStatusRequest` class."]]],[]]