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