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 UpdateBackupPlan operation. Updates an existing backup plan identified by its backupPlanId with the input document in JSON format. The new version is uniquely identified by a VersionId.

Inheritance Hierarchy

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

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

Syntax

C#
public class UpdateBackupPlanRequest : AmazonBackupRequest
         IAmazonWebServiceRequest

The UpdateBackupPlanRequest type exposes the following members

Constructors

NameDescription
Public Method UpdateBackupPlanRequest()

Properties

NameTypeDescription
Public Property BackupPlan Amazon.Backup.Model.BackupPlanInput

Gets and sets the property BackupPlan.

Specifies the body of a backup plan. Includes a BackupPlanName and one or more sets of Rules.

Public Property BackupPlanId System.String

Gets and sets the property BackupPlanId.

Uniquely identifies a backup plan.

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