AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the GetBackupPlan operation. Returns BackupPlan details for the specified BackupPlanId. The details are the body of a backup plan in JSON format, in addition to plan metadata.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Backup.AmazonBackupRequest
      Amazon.Backup.Model.GetBackupPlanRequest

Namespace: Amazon.Backup.Model
Assembly: AWSSDK.Backup.dll
Version: 3.x.y.z

Syntax

C#
public class GetBackupPlanRequest : AmazonBackupRequest
         IAmazonWebServiceRequest

The GetBackupPlanRequest type exposes the following members

Constructors

NameDescription
Public Method GetBackupPlanRequest()

Properties

NameTypeDescription
Public Property BackupPlanId System.String

Gets and sets the property BackupPlanId.

Uniquely identifies a backup plan.

Public Property VersionId System.String

Gets and sets the property VersionId.

Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5