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 PutRestoreValidationResult operation. This request allows you to send your independent self-run restore test validation results. RestoreJobId and ValidationStatus are required. Optionally, you can input a ValidationStatusMessage.

Inheritance Hierarchy

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

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

Syntax

C#
public class PutRestoreValidationResultRequest : AmazonBackupRequest
         IAmazonWebServiceRequest

The PutRestoreValidationResultRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property RestoreJobId System.String

Gets and sets the property RestoreJobId.

This is a unique identifier of a restore job within Backup.

Public Property ValidationStatus Amazon.Backup.RestoreValidationStatus

Gets and sets the property ValidationStatus.

This is the status of your restore validation.

Public Property ValidationStatusMessage System.String

Gets and sets the property ValidationStatusMessage.

This is an optional message string you can input to describe the validation status for the restore test validation.

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