public sealed class GetBackupPlanRequest : IMessage<GetBackupPlanRequest>, IEquatable<GetBackupPlanRequest>, IDeepCloneable<GetBackupPlanRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup and DR Service v1 API class GetBackupPlanRequest.
[[["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 document provides reference documentation for the `GetBackupPlanRequest` class within the Backup and DR Service v1 API, specifically for the .NET environment."],["The `GetBackupPlanRequest` class is a request message used to retrieve a `BackupPlan`, inheriting from `object` and implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of this class is 2.1.0, with several older versions also listed, including versions 2.0.0, 1.2.0, 1.1.0 and 1.0.0-beta02."],["The `GetBackupPlanRequest` class has two constructors, one default and one accepting another `GetBackupPlanRequest` instance, and it includes properties such as `BackupPlanName` and `Name` to define the resource being retrieved."],["The `Name` property of the class is required, representing the resource name of the `BackupPlan` to be retrieved, following a specific format."]]],[]]