Amazon.DirectoryService.AmazonDirectoryServiceClient.DeleteSnapshot C# (CSharp) Метод

DeleteSnapshot() публичный Метод

Deletes a directory snapshot.
/// A client exception has occurred. /// /// The specified entity could not be found. /// /// One or more parameters are not valid. /// /// An exception has occurred in AWS Directory Service. ///
public DeleteSnapshot ( Amazon.DirectoryService.Model.DeleteSnapshotRequest request ) : Amazon.DirectoryService.Model.DeleteSnapshotResponse
request Amazon.DirectoryService.Model.DeleteSnapshotRequest Container for the necessary parameters to execute the DeleteSnapshot service method.
Результат Amazon.DirectoryService.Model.DeleteSnapshotResponse
        public DeleteSnapshotResponse DeleteSnapshot(DeleteSnapshotRequest request)
        {
            var marshaller = new DeleteSnapshotRequestMarshaller();
            var unmarshaller = DeleteSnapshotResponseUnmarshaller.Instance;

            return Invoke<DeleteSnapshotRequest,DeleteSnapshotResponse>(request, marshaller, unmarshaller);
        }
AmazonDirectoryServiceClient