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.

Contains an optional backup plan display name and an array of BackupRule objects, each of which specifies a backup rule. Each rule in a backup plan is a separate scheduled task.

Inheritance Hierarchy

System.Object
  Amazon.Backup.Model.BackupPlanInput

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

Syntax

C#
public class BackupPlanInput

The BackupPlanInput type exposes the following members

Constructors

NameDescription
Public Method BackupPlanInput()

Properties

NameTypeDescription
Public Property AdvancedBackupSettings System.Collections.Generic.List<Amazon.Backup.Model.AdvancedBackupSetting>

Gets and sets the property AdvancedBackupSettings.

Specifies a list of BackupOptions for each resource type. These settings are only available for Windows Volume Shadow Copy Service (VSS) backup jobs.

Public Property BackupPlanName System.String

Gets and sets the property BackupPlanName.

The display name of a backup plan. Must contain 1 to 50 alphanumeric or '-_.' characters.

Public Property Rules System.Collections.Generic.List<Amazon.Backup.Model.BackupRuleInput>

Gets and sets the property Rules.

An array of BackupRule objects, each of which specifies a scheduled task that is used to back up a selection of resources.

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