AWS SDK Version 2 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.

.NET Framework 4.5
 
Container for the parameters to the RestoreFromSnapshot operation. Restores a directory using an existing directory snapshot.

When you restore a directory from a snapshot, any changes made to the directory after the snapshot date are overwritten.

This action returns as soon as the restore operation is initiated. You can monitor the progress of the restore operation by calling the DescribeDirectories operation with the directory identifier. When the DirectoryDescription.Stage value changes to Active, the restore operation is complete.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.DirectoryService.AmazonDirectoryServiceRequest
      Amazon.DirectoryService.Model.RestoreFromSnapshotRequest

Namespace: Amazon.DirectoryService.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class RestoreFromSnapshotRequest : AmazonDirectoryServiceRequest
         IRequestEvents

The RestoreFromSnapshotRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property SnapshotId System.String Gets and sets the property SnapshotId.

The identifier of the snapshot to restore from.

Version Information

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