Show / Hide Table of Contents

Class BackupSelectionReference

A reference to a BackupSelection resource.

Inheritance
object
BackupSelectionReference
Implements
IBackupSelectionReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Interfaces.Backup
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class BackupSelectionReference : IBackupSelectionReference
Syntax (vb)
Public Class BackupSelectionReference Implements IBackupSelectionReference
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
            // The values are placeholders you should change.
            using Amazon.CDK.Interfaces.Backup;

            var backupSelectionReference = new BackupSelectionReference {
                BackupSelectionId = "backupSelectionId"
            };

Synopsis

Constructors

BackupSelectionReference()

A reference to a BackupSelection resource.

Properties

BackupSelectionId

The Id of the BackupSelection resource.

Constructors

BackupSelectionReference()

A reference to a BackupSelection resource.

public BackupSelectionReference()
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
            // The values are placeholders you should change.
            using Amazon.CDK.Interfaces.Backup;

            var backupSelectionReference = new BackupSelectionReference {
                BackupSelectionId = "backupSelectionId"
            };

Properties

BackupSelectionId

The Id of the BackupSelection resource.

public string BackupSelectionId { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IBackupSelectionReference
Back to top Generated by DocFX