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
 
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.

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

Syntax

C#
public virtual RestoreFromSnapshotResponse RestoreFromSnapshot(
         RestoreFromSnapshotRequest request
)

Parameters

request
Type: Amazon.DirectoryService.Model.RestoreFromSnapshotRequest

Container for the necessary parameters to execute the RestoreFromSnapshot service method.

Return Value
Type: Amazon.DirectoryService.Model.RestoreFromSnapshotResponse
The response from the RestoreFromSnapshot service method, as returned by DirectoryService.

Exceptions

ExceptionCondition
ClientException A client exception has occurred.
EntityDoesNotExistException The specified entity could not be found.
InvalidParameterException One or more parameters are not valid.
ServiceException An exception has occurred in AWS Directory Service.

Version Information

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