C# Класс Amazon.StorageGateway.AmazonStorageGatewayClient

Implementation for accessing AmazonStorageGateway. AWS Storage Gateway Service

AWS Storage Gateway is the service that connects an on-premises software appliance with cloud-based storage to provide seamless and secure integration between an organization's on-premises IT environment and AWS's storage infrastructure. The service enables you to securely upload data to the AWS cloud for cost effective backup and rapid disaster recovery.

Use the following links to get started using the AWS Storage Gateway Service API Reference :

Наследование: AmazonWebServiceClient, Amazon.StorageGateway.IAmazonStorageGateway
Показать файл Открыть проект

Открытые методы

Метод Описание
ActivateGatewayAsync ( ActivateGatewayRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ActivateGateway operation.

AddCacheAsync ( AddCacheRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the AddCache operation.

AddTagsToResourceAsync ( AddTagsToResourceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the AddTagsToResource operation.

AddUploadBufferAsync ( AddUploadBufferRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the AddUploadBuffer operation.

AddWorkingStorageAsync ( AddWorkingStorageRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the AddWorkingStorage operation.

AmazonStorageGatewayClient ( ) : System

Constructs AmazonStorageGatewayClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>

AmazonStorageGatewayClient ( AWSCredentials credentials ) : System

Constructs AmazonStorageGatewayClient with AWS Credentials

AmazonStorageGatewayClient ( AWSCredentials credentials, AmazonStorageGatewayConfig clientConfig ) : System

Constructs AmazonStorageGatewayClient with AWS Credentials and an AmazonStorageGatewayClient Configuration object.

AmazonStorageGatewayClient ( AWSCredentials credentials, RegionEndpoint region ) : System

Constructs AmazonStorageGatewayClient with AWS Credentials

AmazonStorageGatewayClient ( AmazonStorageGatewayConfig config ) : System

Constructs AmazonStorageGatewayClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>

AmazonStorageGatewayClient ( RegionEndpoint region ) : System

Constructs AmazonStorageGatewayClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>

AmazonStorageGatewayClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System

Constructs AmazonStorageGatewayClient with AWS Access Key ID and AWS Secret Key

AmazonStorageGatewayClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonStorageGatewayConfig clientConfig ) : System

Constructs AmazonStorageGatewayClient with AWS Access Key ID, AWS Secret Key and an AmazonStorageGatewayClient Configuration object.

AmazonStorageGatewayClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System

Constructs AmazonStorageGatewayClient with AWS Access Key ID and AWS Secret Key

AmazonStorageGatewayClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System

Constructs AmazonStorageGatewayClient with AWS Access Key ID and AWS Secret Key

AmazonStorageGatewayClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonStorageGatewayConfig clientConfig ) : System

Constructs AmazonStorageGatewayClient with AWS Access Key ID, AWS Secret Key and an AmazonStorageGatewayClient Configuration object.

AmazonStorageGatewayClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System

Constructs AmazonStorageGatewayClient with AWS Access Key ID and AWS Secret Key

BeginActivateGateway ( ActivateGatewayRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ActivateGateway operation.

BeginAddCache ( AddCacheRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the AddCache operation.

BeginAddTagsToResource ( AddTagsToResourceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the AddTagsToResource operation.

BeginAddUploadBuffer ( AddUploadBufferRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the AddUploadBuffer operation.

BeginAddWorkingStorage ( AddWorkingStorageRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the AddWorkingStorage operation.

BeginCancelArchival ( CancelArchivalRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CancelArchival operation.

BeginCancelRetrieval ( CancelRetrievalRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CancelRetrieval operation.

BeginCreateCachediSCSIVolume ( CreateCachediSCSIVolumeRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateCachediSCSIVolume operation.

BeginCreateNFSFileShare ( CreateNFSFileShareRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateNFSFileShare operation.

BeginCreateSnapshot ( CreateSnapshotRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateSnapshot operation.

BeginCreateSnapshotFromVolumeRecoveryPoint ( CreateSnapshotFromVolumeRecoveryPointRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateSnapshotFromVolumeRecoveryPoint operation.

BeginCreateStorediSCSIVolume ( CreateStorediSCSIVolumeRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateStorediSCSIVolume operation.

BeginCreateTapeWithBarcode ( CreateTapeWithBarcodeRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateTapeWithBarcode operation.

BeginCreateTapes ( CreateTapesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateTapes operation.

BeginDeleteBandwidthRateLimit ( DeleteBandwidthRateLimitRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteBandwidthRateLimit operation.

BeginDeleteChapCredentials ( DeleteChapCredentialsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteChapCredentials operation.

BeginDeleteFileShare ( DeleteFileShareRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteFileShare operation.

BeginDeleteGateway ( DeleteGatewayRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteGateway operation.

BeginDeleteSnapshotSchedule ( DeleteSnapshotScheduleRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteSnapshotSchedule operation.

BeginDeleteTape ( DeleteTapeRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteTape operation.

BeginDeleteTapeArchive ( DeleteTapeArchiveRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteTapeArchive operation.

BeginDeleteVolume ( DeleteVolumeRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteVolume operation.

BeginDescribeBandwidthRateLimit ( DescribeBandwidthRateLimitRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeBandwidthRateLimit operation.

BeginDescribeCache ( DescribeCacheRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeCache operation.

BeginDescribeCachediSCSIVolumes ( DescribeCachediSCSIVolumesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeCachediSCSIVolumes operation.

BeginDescribeChapCredentials ( DescribeChapCredentialsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeChapCredentials operation.

BeginDescribeGatewayInformation ( DescribeGatewayInformationRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeGatewayInformation operation.

BeginDescribeMaintenanceStartTime ( DescribeMaintenanceStartTimeRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeMaintenanceStartTime operation.

BeginDescribeNFSFileShares ( DescribeNFSFileSharesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeNFSFileShares operation.

BeginDescribeSnapshotSchedule ( DescribeSnapshotScheduleRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeSnapshotSchedule operation.

BeginDescribeStorediSCSIVolumes ( DescribeStorediSCSIVolumesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeStorediSCSIVolumes operation.

BeginDescribeTapeArchives ( DescribeTapeArchivesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeTapeArchives operation.

BeginDescribeTapeRecoveryPoints ( DescribeTapeRecoveryPointsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeTapeRecoveryPoints operation.

BeginDescribeTapes ( DescribeTapesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeTapes operation.

BeginDescribeUploadBuffer ( DescribeUploadBufferRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeUploadBuffer operation.

BeginDescribeVTLDevices ( DescribeVTLDevicesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeVTLDevices operation.

BeginDescribeWorkingStorage ( DescribeWorkingStorageRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeWorkingStorage operation.

BeginDisableGateway ( DisableGatewayRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DisableGateway operation.

BeginListFileShares ( ListFileSharesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListFileShares operation.

BeginListGateways ( ListGatewaysRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListGateways operation.

BeginListLocalDisks ( ListLocalDisksRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListLocalDisks operation.

BeginListTagsForResource ( ListTagsForResourceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListTagsForResource operation.

BeginListTapes ( ListTapesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListTapes operation.

BeginListVolumeInitiators ( ListVolumeInitiatorsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListVolumeInitiators operation.

BeginListVolumeRecoveryPoints ( ListVolumeRecoveryPointsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListVolumeRecoveryPoints operation.

BeginListVolumes ( ListVolumesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListVolumes operation.

BeginRemoveTagsFromResource ( RemoveTagsFromResourceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the RemoveTagsFromResource operation.

BeginResetCache ( ResetCacheRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ResetCache operation.

BeginRetrieveTapeArchive ( RetrieveTapeArchiveRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the RetrieveTapeArchive operation.

BeginRetrieveTapeRecoveryPoint ( RetrieveTapeRecoveryPointRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the RetrieveTapeRecoveryPoint operation.

BeginSetLocalConsolePassword ( SetLocalConsolePasswordRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the SetLocalConsolePassword operation.

BeginShutdownGateway ( ShutdownGatewayRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ShutdownGateway operation.

BeginStartGateway ( StartGatewayRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the StartGateway operation.

BeginUpdateBandwidthRateLimit ( UpdateBandwidthRateLimitRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateBandwidthRateLimit operation.

BeginUpdateChapCredentials ( UpdateChapCredentialsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateChapCredentials operation.

BeginUpdateGatewayInformation ( UpdateGatewayInformationRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateGatewayInformation operation.

BeginUpdateGatewaySoftwareNow ( UpdateGatewaySoftwareNowRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateGatewaySoftwareNow operation.

BeginUpdateMaintenanceStartTime ( UpdateMaintenanceStartTimeRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateMaintenanceStartTime operation.

BeginUpdateNFSFileShare ( UpdateNFSFileShareRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateNFSFileShare operation.

BeginUpdateSnapshotSchedule ( UpdateSnapshotScheduleRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateSnapshotSchedule operation.

BeginUpdateVTLDeviceType ( UpdateVTLDeviceTypeRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateVTLDeviceType operation.

CancelArchivalAsync ( CancelArchivalRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CancelArchival operation.

CancelRetrievalAsync ( CancelRetrievalRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CancelRetrieval operation.

CreateCachediSCSIVolumeAsync ( CreateCachediSCSIVolumeRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateCachediSCSIVolume operation.

CreateNFSFileShareAsync ( CreateNFSFileShareRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateNFSFileShare operation.

CreateSnapshotAsync ( CreateSnapshotRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateSnapshot operation.

CreateSnapshotFromVolumeRecoveryPointAsync ( CreateSnapshotFromVolumeRecoveryPointRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateSnapshotFromVolumeRecoveryPoint operation.

CreateStorediSCSIVolumeAsync ( CreateStorediSCSIVolumeRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateStorediSCSIVolume operation.

CreateTapeWithBarcodeAsync ( CreateTapeWithBarcodeRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateTapeWithBarcode operation.

CreateTapesAsync ( CreateTapesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateTapes operation.

DeleteBandwidthRateLimitAsync ( DeleteBandwidthRateLimitRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteBandwidthRateLimit operation.

DeleteChapCredentialsAsync ( DeleteChapCredentialsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteChapCredentials operation.

DeleteFileShareAsync ( DeleteFileShareRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteFileShare operation.

DeleteGatewayAsync ( DeleteGatewayRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteGateway operation.

DeleteSnapshotScheduleAsync ( DeleteSnapshotScheduleRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteSnapshotSchedule operation.

DeleteTapeArchiveAsync ( DeleteTapeArchiveRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteTapeArchive operation.

DeleteTapeAsync ( DeleteTapeRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteTape operation.

DeleteVolumeAsync ( DeleteVolumeRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteVolume operation.

DescribeBandwidthRateLimitAsync ( DescribeBandwidthRateLimitRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeBandwidthRateLimit operation.

DescribeCacheAsync ( DescribeCacheRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeCache operation.

DescribeCachediSCSIVolumesAsync ( DescribeCachediSCSIVolumesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeCachediSCSIVolumes operation.

DescribeChapCredentialsAsync ( DescribeChapCredentialsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeChapCredentials operation.

DescribeGatewayInformationAsync ( DescribeGatewayInformationRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeGatewayInformation operation.

DescribeMaintenanceStartTimeAsync ( DescribeMaintenanceStartTimeRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeMaintenanceStartTime operation.

DescribeNFSFileSharesAsync ( DescribeNFSFileSharesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeNFSFileShares operation.

DescribeSnapshotScheduleAsync ( DescribeSnapshotScheduleRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeSnapshotSchedule operation.

DescribeStorediSCSIVolumesAsync ( DescribeStorediSCSIVolumesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeStorediSCSIVolumes operation.

DescribeTapeArchivesAsync ( DescribeTapeArchivesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeTapeArchives operation.

DescribeTapeArchivesAsync ( System cancellationToken = default(CancellationToken) ) : Task

Returns a description of specified virtual tapes in the virtual tape shelf (VTS).

If a specific TapeARN is not specified, AWS Storage Gateway returns a description of all virtual tapes found in the VTS associated with your account.

DescribeTapeRecoveryPointsAsync ( DescribeTapeRecoveryPointsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeTapeRecoveryPoints operation.

DescribeTapesAsync ( DescribeTapesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeTapes operation.

DescribeUploadBufferAsync ( DescribeUploadBufferRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeUploadBuffer operation.

DescribeVTLDevicesAsync ( DescribeVTLDevicesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeVTLDevices operation.

DescribeWorkingStorageAsync ( DescribeWorkingStorageRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeWorkingStorage operation.

DisableGatewayAsync ( DisableGatewayRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DisableGateway operation.

EndActivateGateway ( IAsyncResult asyncResult ) : ActivateGatewayResponse

Finishes the asynchronous execution of the ActivateGateway operation.

EndAddCache ( IAsyncResult asyncResult ) : AddCacheResponse

Finishes the asynchronous execution of the AddCache operation.

EndAddTagsToResource ( IAsyncResult asyncResult ) : AddTagsToResourceResponse

Finishes the asynchronous execution of the AddTagsToResource operation.

EndAddUploadBuffer ( IAsyncResult asyncResult ) : AddUploadBufferResponse

Finishes the asynchronous execution of the AddUploadBuffer operation.

EndAddWorkingStorage ( IAsyncResult asyncResult ) : AddWorkingStorageResponse

Finishes the asynchronous execution of the AddWorkingStorage operation.

EndCancelArchival ( IAsyncResult asyncResult ) : CancelArchivalResponse

Finishes the asynchronous execution of the CancelArchival operation.

EndCancelRetrieval ( IAsyncResult asyncResult ) : CancelRetrievalResponse

Finishes the asynchronous execution of the CancelRetrieval operation.

EndCreateCachediSCSIVolume ( IAsyncResult asyncResult ) : CreateCachediSCSIVolumeResponse

Finishes the asynchronous execution of the CreateCachediSCSIVolume operation.

EndCreateNFSFileShare ( IAsyncResult asyncResult ) : CreateNFSFileShareResponse

Finishes the asynchronous execution of the CreateNFSFileShare operation.

EndCreateSnapshot ( IAsyncResult asyncResult ) : CreateSnapshotResponse

Finishes the asynchronous execution of the CreateSnapshot operation.

EndCreateSnapshotFromVolumeRecoveryPoint ( IAsyncResult asyncResult ) : CreateSnapshotFromVolumeRecoveryPointResponse

Finishes the asynchronous execution of the CreateSnapshotFromVolumeRecoveryPoint operation.

EndCreateStorediSCSIVolume ( IAsyncResult asyncResult ) : CreateStorediSCSIVolumeResponse

Finishes the asynchronous execution of the CreateStorediSCSIVolume operation.

EndCreateTapeWithBarcode ( IAsyncResult asyncResult ) : CreateTapeWithBarcodeResponse

Finishes the asynchronous execution of the CreateTapeWithBarcode operation.

EndCreateTapes ( IAsyncResult asyncResult ) : CreateTapesResponse

Finishes the asynchronous execution of the CreateTapes operation.

EndDeleteBandwidthRateLimit ( IAsyncResult asyncResult ) : DeleteBandwidthRateLimitResponse

Finishes the asynchronous execution of the DeleteBandwidthRateLimit operation.

EndDeleteChapCredentials ( IAsyncResult asyncResult ) : DeleteChapCredentialsResponse

Finishes the asynchronous execution of the DeleteChapCredentials operation.

EndDeleteFileShare ( IAsyncResult asyncResult ) : DeleteFileShareResponse

Finishes the asynchronous execution of the DeleteFileShare operation.

EndDeleteGateway ( IAsyncResult asyncResult ) : DeleteGatewayResponse

Finishes the asynchronous execution of the DeleteGateway operation.

EndDeleteSnapshotSchedule ( IAsyncResult asyncResult ) : DeleteSnapshotScheduleResponse

Finishes the asynchronous execution of the DeleteSnapshotSchedule operation.

EndDeleteTape ( IAsyncResult asyncResult ) : DeleteTapeResponse

Finishes the asynchronous execution of the DeleteTape operation.

EndDeleteTapeArchive ( IAsyncResult asyncResult ) : DeleteTapeArchiveResponse

Finishes the asynchronous execution of the DeleteTapeArchive operation.

EndDeleteVolume ( IAsyncResult asyncResult ) : DeleteVolumeResponse

Finishes the asynchronous execution of the DeleteVolume operation.

EndDescribeBandwidthRateLimit ( IAsyncResult asyncResult ) : DescribeBandwidthRateLimitResponse

Finishes the asynchronous execution of the DescribeBandwidthRateLimit operation.

EndDescribeCache ( IAsyncResult asyncResult ) : DescribeCacheResponse

Finishes the asynchronous execution of the DescribeCache operation.

EndDescribeCachediSCSIVolumes ( IAsyncResult asyncResult ) : DescribeCachediSCSIVolumesResponse

Finishes the asynchronous execution of the DescribeCachediSCSIVolumes operation.

EndDescribeChapCredentials ( IAsyncResult asyncResult ) : DescribeChapCredentialsResponse

Finishes the asynchronous execution of the DescribeChapCredentials operation.

EndDescribeGatewayInformation ( IAsyncResult asyncResult ) : DescribeGatewayInformationResponse

Finishes the asynchronous execution of the DescribeGatewayInformation operation.

EndDescribeMaintenanceStartTime ( IAsyncResult asyncResult ) : DescribeMaintenanceStartTimeResponse

Finishes the asynchronous execution of the DescribeMaintenanceStartTime operation.

EndDescribeNFSFileShares ( IAsyncResult asyncResult ) : DescribeNFSFileSharesResponse

Finishes the asynchronous execution of the DescribeNFSFileShares operation.

EndDescribeSnapshotSchedule ( IAsyncResult asyncResult ) : DescribeSnapshotScheduleResponse

Finishes the asynchronous execution of the DescribeSnapshotSchedule operation.

EndDescribeStorediSCSIVolumes ( IAsyncResult asyncResult ) : DescribeStorediSCSIVolumesResponse

Finishes the asynchronous execution of the DescribeStorediSCSIVolumes operation.

EndDescribeTapeArchives ( IAsyncResult asyncResult ) : DescribeTapeArchivesResponse

Finishes the asynchronous execution of the DescribeTapeArchives operation.

EndDescribeTapeRecoveryPoints ( IAsyncResult asyncResult ) : DescribeTapeRecoveryPointsResponse

Finishes the asynchronous execution of the DescribeTapeRecoveryPoints operation.

EndDescribeTapes ( IAsyncResult asyncResult ) : DescribeTapesResponse

Finishes the asynchronous execution of the DescribeTapes operation.

EndDescribeUploadBuffer ( IAsyncResult asyncResult ) : DescribeUploadBufferResponse

Finishes the asynchronous execution of the DescribeUploadBuffer operation.

EndDescribeVTLDevices ( IAsyncResult asyncResult ) : DescribeVTLDevicesResponse

Finishes the asynchronous execution of the DescribeVTLDevices operation.

EndDescribeWorkingStorage ( IAsyncResult asyncResult ) : DescribeWorkingStorageResponse

Finishes the asynchronous execution of the DescribeWorkingStorage operation.

EndDisableGateway ( IAsyncResult asyncResult ) : DisableGatewayResponse

Finishes the asynchronous execution of the DisableGateway operation.

EndListFileShares ( IAsyncResult asyncResult ) : ListFileSharesResponse

Finishes the asynchronous execution of the ListFileShares operation.

EndListGateways ( IAsyncResult asyncResult ) : ListGatewaysResponse

Finishes the asynchronous execution of the ListGateways operation.

EndListLocalDisks ( IAsyncResult asyncResult ) : ListLocalDisksResponse

Finishes the asynchronous execution of the ListLocalDisks operation.

EndListTagsForResource ( IAsyncResult asyncResult ) : ListTagsForResourceResponse

Finishes the asynchronous execution of the ListTagsForResource operation.

EndListTapes ( IAsyncResult asyncResult ) : ListTapesResponse

Finishes the asynchronous execution of the ListTapes operation.

EndListVolumeInitiators ( IAsyncResult asyncResult ) : ListVolumeInitiatorsResponse

Finishes the asynchronous execution of the ListVolumeInitiators operation.

EndListVolumeRecoveryPoints ( IAsyncResult asyncResult ) : ListVolumeRecoveryPointsResponse

Finishes the asynchronous execution of the ListVolumeRecoveryPoints operation.

EndListVolumes ( IAsyncResult asyncResult ) : ListVolumesResponse

Finishes the asynchronous execution of the ListVolumes operation.

EndRemoveTagsFromResource ( IAsyncResult asyncResult ) : RemoveTagsFromResourceResponse

Finishes the asynchronous execution of the RemoveTagsFromResource operation.

EndResetCache ( IAsyncResult asyncResult ) : ResetCacheResponse

Finishes the asynchronous execution of the ResetCache operation.

EndRetrieveTapeArchive ( IAsyncResult asyncResult ) : RetrieveTapeArchiveResponse

Finishes the asynchronous execution of the RetrieveTapeArchive operation.

EndRetrieveTapeRecoveryPoint ( IAsyncResult asyncResult ) : RetrieveTapeRecoveryPointResponse

Finishes the asynchronous execution of the RetrieveTapeRecoveryPoint operation.

EndSetLocalConsolePassword ( IAsyncResult asyncResult ) : SetLocalConsolePasswordResponse

Finishes the asynchronous execution of the SetLocalConsolePassword operation.

EndShutdownGateway ( IAsyncResult asyncResult ) : ShutdownGatewayResponse

Finishes the asynchronous execution of the ShutdownGateway operation.

EndStartGateway ( IAsyncResult asyncResult ) : StartGatewayResponse

Finishes the asynchronous execution of the StartGateway operation.

EndUpdateBandwidthRateLimit ( IAsyncResult asyncResult ) : UpdateBandwidthRateLimitResponse

Finishes the asynchronous execution of the UpdateBandwidthRateLimit operation.

EndUpdateChapCredentials ( IAsyncResult asyncResult ) : UpdateChapCredentialsResponse

Finishes the asynchronous execution of the UpdateChapCredentials operation.

EndUpdateGatewayInformation ( IAsyncResult asyncResult ) : UpdateGatewayInformationResponse

Finishes the asynchronous execution of the UpdateGatewayInformation operation.

EndUpdateGatewaySoftwareNow ( IAsyncResult asyncResult ) : UpdateGatewaySoftwareNowResponse

Finishes the asynchronous execution of the UpdateGatewaySoftwareNow operation.

EndUpdateMaintenanceStartTime ( IAsyncResult asyncResult ) : UpdateMaintenanceStartTimeResponse

Finishes the asynchronous execution of the UpdateMaintenanceStartTime operation.

EndUpdateNFSFileShare ( IAsyncResult asyncResult ) : UpdateNFSFileShareResponse

Finishes the asynchronous execution of the UpdateNFSFileShare operation.

EndUpdateSnapshotSchedule ( IAsyncResult asyncResult ) : UpdateSnapshotScheduleResponse

Finishes the asynchronous execution of the UpdateSnapshotSchedule operation.

EndUpdateVTLDeviceType ( IAsyncResult asyncResult ) : UpdateVTLDeviceTypeResponse

Finishes the asynchronous execution of the UpdateVTLDeviceType operation.

ListFileSharesAsync ( ListFileSharesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListFileShares operation.

ListGatewaysAsync ( ListGatewaysRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListGateways operation.

ListGatewaysAsync ( System cancellationToken = default(CancellationToken) ) : Task

Lists gateways owned by an AWS account in a region specified in the request. The returned list is ordered by gateway Amazon Resource Name (ARN).

By default, the operation returns a maximum of 100 gateways. This operation supports pagination that allows you to optionally reduce the number of gateways returned in a response.

If you have more gateways than are returned in a response (that is, the response returns only a truncated list of your gateways), the response contains a marker that you can specify in your next request to fetch the next page of gateways.

ListLocalDisksAsync ( ListLocalDisksRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListLocalDisks operation.

ListTagsForResourceAsync ( ListTagsForResourceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListTagsForResource operation.

ListTapesAsync ( ListTapesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListTapes operation.

ListVolumeInitiatorsAsync ( ListVolumeInitiatorsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListVolumeInitiators operation.

ListVolumeRecoveryPointsAsync ( ListVolumeRecoveryPointsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListVolumeRecoveryPoints operation.

ListVolumesAsync ( ListVolumesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListVolumes operation.

RemoveTagsFromResourceAsync ( RemoveTagsFromResourceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the RemoveTagsFromResource operation.

ResetCache ( string gatewayARN ) : ResetCacheResponse

Resets all cache disks that have encountered a error and makes the disks available for reconfiguration as cache storage. If your cache disk encounters a error, the gateway prevents read and write operations on virtual tapes in the gateway. For example, an error can occur when a disk is corrupted or removed from the gateway. When a cache is reset, the gateway loses its cache storage. At this point you can reconfigure the disks as cache disks.

If the cache disk you are resetting contains data that has not been uploaded to Amazon S3 yet, that data can be lost. After you reset cache disks, there will be no configured cache disks left in the gateway, so you must configure at least one new cache disk for your gateway to function properly.

ResetCacheAsync ( ResetCacheRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ResetCache operation.

ResetCacheAsync ( string gatewayARN, System cancellationToken = default(CancellationToken) ) : Task

Resets all cache disks that have encountered a error and makes the disks available for reconfiguration as cache storage. If your cache disk encounters a error, the gateway prevents read and write operations on virtual tapes in the gateway. For example, an error can occur when a disk is corrupted or removed from the gateway. When a cache is reset, the gateway loses its cache storage. At this point you can reconfigure the disks as cache disks.

If the cache disk you are resetting contains data that has not been uploaded to Amazon S3 yet, that data can be lost. After you reset cache disks, there will be no configured cache disks left in the gateway, so you must configure at least one new cache disk for your gateway to function properly.

RetrieveTapeArchiveAsync ( RetrieveTapeArchiveRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the RetrieveTapeArchive operation.

RetrieveTapeRecoveryPointAsync ( RetrieveTapeRecoveryPointRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the RetrieveTapeRecoveryPoint operation.

SetLocalConsolePasswordAsync ( SetLocalConsolePasswordRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the SetLocalConsolePassword operation.

ShutdownGatewayAsync ( ShutdownGatewayRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ShutdownGateway operation.

StartGatewayAsync ( StartGatewayRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the StartGateway operation.

UpdateBandwidthRateLimitAsync ( UpdateBandwidthRateLimitRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateBandwidthRateLimit operation.

UpdateChapCredentialsAsync ( UpdateChapCredentialsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateChapCredentials operation.

UpdateGatewayInformationAsync ( UpdateGatewayInformationRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateGatewayInformation operation.

UpdateGatewaySoftwareNowAsync ( UpdateGatewaySoftwareNowRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateGatewaySoftwareNow operation.

UpdateMaintenanceStartTimeAsync ( UpdateMaintenanceStartTimeRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateMaintenanceStartTime operation.

UpdateNFSFileShareAsync ( UpdateNFSFileShareRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateNFSFileShare operation.

UpdateSnapshotScheduleAsync ( UpdateSnapshotScheduleRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateSnapshotSchedule operation.

UpdateVTLDeviceTypeAsync ( UpdateVTLDeviceTypeRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateVTLDeviceType operation.

Защищенные методы

Метод Описание
CreateSigner ( ) : AbstractAWSSigner

Creates the signer for the service.

Dispose ( bool disposing ) : void

Disposes the service client.

Приватные методы

Метод Описание
ActivateGateway ( ActivateGatewayRequest request ) : ActivateGatewayResponse
AddCache ( AddCacheRequest request ) : AddCacheResponse
AddTagsToResource ( AddTagsToResourceRequest request ) : Amazon.StorageGateway.Model.AddTagsToResourceResponse
AddUploadBuffer ( AddUploadBufferRequest request ) : AddUploadBufferResponse
AddWorkingStorage ( AddWorkingStorageRequest request ) : AddWorkingStorageResponse
CancelArchival ( CancelArchivalRequest request ) : CancelArchivalResponse
CancelRetrieval ( CancelRetrievalRequest request ) : CancelRetrievalResponse
CreateCachediSCSIVolume ( CreateCachediSCSIVolumeRequest request ) : CreateCachediSCSIVolumeResponse
CreateNFSFileShare ( CreateNFSFileShareRequest request ) : CreateNFSFileShareResponse
CreateSnapshot ( CreateSnapshotRequest request ) : CreateSnapshotResponse
CreateSnapshotFromVolumeRecoveryPoint ( CreateSnapshotFromVolumeRecoveryPointRequest request ) : CreateSnapshotFromVolumeRecoveryPointResponse
CreateStorediSCSIVolume ( CreateStorediSCSIVolumeRequest request ) : CreateStorediSCSIVolumeResponse
CreateTapeWithBarcode ( CreateTapeWithBarcodeRequest request ) : CreateTapeWithBarcodeResponse
CreateTapes ( CreateTapesRequest request ) : CreateTapesResponse
DeleteBandwidthRateLimit ( DeleteBandwidthRateLimitRequest request ) : DeleteBandwidthRateLimitResponse
DeleteChapCredentials ( DeleteChapCredentialsRequest request ) : DeleteChapCredentialsResponse
DeleteFileShare ( DeleteFileShareRequest request ) : DeleteFileShareResponse
DeleteGateway ( DeleteGatewayRequest request ) : DeleteGatewayResponse
DeleteSnapshotSchedule ( DeleteSnapshotScheduleRequest request ) : DeleteSnapshotScheduleResponse
DeleteTape ( DeleteTapeRequest request ) : DeleteTapeResponse
DeleteTapeArchive ( DeleteTapeArchiveRequest request ) : DeleteTapeArchiveResponse
DeleteVolume ( DeleteVolumeRequest request ) : DeleteVolumeResponse
DescribeBandwidthRateLimit ( DescribeBandwidthRateLimitRequest request ) : DescribeBandwidthRateLimitResponse
DescribeCache ( DescribeCacheRequest request ) : DescribeCacheResponse
DescribeCachediSCSIVolumes ( DescribeCachediSCSIVolumesRequest request ) : DescribeCachediSCSIVolumesResponse
DescribeChapCredentials ( DescribeChapCredentialsRequest request ) : DescribeChapCredentialsResponse
DescribeGatewayInformation ( DescribeGatewayInformationRequest request ) : DescribeGatewayInformationResponse
DescribeMaintenanceStartTime ( DescribeMaintenanceStartTimeRequest request ) : DescribeMaintenanceStartTimeResponse
DescribeNFSFileShares ( DescribeNFSFileSharesRequest request ) : DescribeNFSFileSharesResponse
DescribeSnapshotSchedule ( DescribeSnapshotScheduleRequest request ) : DescribeSnapshotScheduleResponse
DescribeStorediSCSIVolumes ( DescribeStorediSCSIVolumesRequest request ) : DescribeStorediSCSIVolumesResponse
DescribeTapeArchives ( ) : DescribeTapeArchivesResponse
DescribeTapeArchives ( DescribeTapeArchivesRequest request ) : DescribeTapeArchivesResponse
DescribeTapeRecoveryPoints ( DescribeTapeRecoveryPointsRequest request ) : DescribeTapeRecoveryPointsResponse
DescribeTapes ( DescribeTapesRequest request ) : DescribeTapesResponse
DescribeUploadBuffer ( DescribeUploadBufferRequest request ) : DescribeUploadBufferResponse
DescribeVTLDevices ( DescribeVTLDevicesRequest request ) : DescribeVTLDevicesResponse
DescribeWorkingStorage ( DescribeWorkingStorageRequest request ) : DescribeWorkingStorageResponse
DisableGateway ( DisableGatewayRequest request ) : DisableGatewayResponse
ListFileShares ( ListFileSharesRequest request ) : ListFileSharesResponse
ListGateways ( ) : ListGatewaysResponse
ListGateways ( ListGatewaysRequest request ) : ListGatewaysResponse
ListLocalDisks ( ListLocalDisksRequest request ) : ListLocalDisksResponse
ListTagsForResource ( ListTagsForResourceRequest request ) : ListTagsForResourceResponse
ListTapes ( ListTapesRequest request ) : ListTapesResponse
ListVolumeInitiators ( ListVolumeInitiatorsRequest request ) : ListVolumeInitiatorsResponse
ListVolumeRecoveryPoints ( ListVolumeRecoveryPointsRequest request ) : ListVolumeRecoveryPointsResponse
ListVolumes ( ListVolumesRequest request ) : ListVolumesResponse
RemoveTagsFromResource ( RemoveTagsFromResourceRequest request ) : RemoveTagsFromResourceResponse
ResetCache ( ResetCacheRequest request ) : ResetCacheResponse
RetrieveTapeArchive ( RetrieveTapeArchiveRequest request ) : RetrieveTapeArchiveResponse
RetrieveTapeRecoveryPoint ( RetrieveTapeRecoveryPointRequest request ) : RetrieveTapeRecoveryPointResponse
SetLocalConsolePassword ( SetLocalConsolePasswordRequest request ) : SetLocalConsolePasswordResponse
ShutdownGateway ( ShutdownGatewayRequest request ) : ShutdownGatewayResponse
StartGateway ( StartGatewayRequest request ) : StartGatewayResponse
UpdateBandwidthRateLimit ( UpdateBandwidthRateLimitRequest request ) : UpdateBandwidthRateLimitResponse
UpdateChapCredentials ( UpdateChapCredentialsRequest request ) : UpdateChapCredentialsResponse
UpdateGatewayInformation ( UpdateGatewayInformationRequest request ) : UpdateGatewayInformationResponse
UpdateGatewaySoftwareNow ( UpdateGatewaySoftwareNowRequest request ) : UpdateGatewaySoftwareNowResponse
UpdateMaintenanceStartTime ( UpdateMaintenanceStartTimeRequest request ) : UpdateMaintenanceStartTimeResponse
UpdateNFSFileShare ( UpdateNFSFileShareRequest request ) : UpdateNFSFileShareResponse
UpdateSnapshotSchedule ( UpdateSnapshotScheduleRequest request ) : UpdateSnapshotScheduleResponse
UpdateVTLDeviceType ( UpdateVTLDeviceTypeRequest request ) : UpdateVTLDeviceTypeResponse

Описание методов

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

Initiates the asynchronous execution of the ActivateGateway operation.
public ActivateGatewayAsync ( ActivateGatewayRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.StorageGateway.Model.ActivateGatewayRequest Container for the necessary parameters to execute the ActivateGateway operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

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

Initiates the asynchronous execution of the AddCache operation.
public AddCacheAsync ( AddCacheRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.StorageGateway.Model.AddCacheRequest Container for the necessary parameters to execute the AddCache operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

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

Initiates the asynchronous execution of the AddTagsToResource operation.
public AddTagsToResourceAsync ( AddTagsToResourceRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.StorageGateway.Model.AddTagsToResourceRequest Container for the necessary parameters to execute the AddTagsToResource operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

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

Initiates the asynchronous execution of the AddUploadBuffer operation.
public AddUploadBufferAsync ( AddUploadBufferRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.StorageGateway.Model.AddUploadBufferRequest Container for the necessary parameters to execute the AddUploadBuffer operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

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

Initiates the asynchronous execution of the AddWorkingStorage operation.
public AddWorkingStorageAsync ( AddWorkingStorageRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.StorageGateway.Model.AddWorkingStorageRequest Container for the necessary parameters to execute the AddWorkingStorage operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

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

Constructs AmazonStorageGatewayClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>
public AmazonStorageGatewayClient ( ) : System
Результат System

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

Constructs AmazonStorageGatewayClient with AWS Credentials
public AmazonStorageGatewayClient ( AWSCredentials credentials ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
Результат System

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

Constructs AmazonStorageGatewayClient with AWS Credentials and an AmazonStorageGatewayClient Configuration object.
public AmazonStorageGatewayClient ( AWSCredentials credentials, AmazonStorageGatewayConfig clientConfig ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
clientConfig AmazonStorageGatewayConfig The AmazonStorageGatewayClient Configuration Object
Результат System

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

Constructs AmazonStorageGatewayClient with AWS Credentials
public AmazonStorageGatewayClient ( AWSCredentials credentials, RegionEndpoint region ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
region RegionEndpoint The region to connect.
Результат System

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

Constructs AmazonStorageGatewayClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>
public AmazonStorageGatewayClient ( AmazonStorageGatewayConfig config ) : System
config AmazonStorageGatewayConfig The AmazonStorageGatewayClient Configuration Object
Результат System

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

Constructs AmazonStorageGatewayClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>
public AmazonStorageGatewayClient ( RegionEndpoint region ) : System
region RegionEndpoint The region to connect.
Результат System

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

Constructs AmazonStorageGatewayClient with AWS Access Key ID and AWS Secret Key
public AmazonStorageGatewayClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
Результат System

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

Constructs AmazonStorageGatewayClient with AWS Access Key ID, AWS Secret Key and an AmazonStorageGatewayClient Configuration object.
public AmazonStorageGatewayClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonStorageGatewayConfig clientConfig ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
clientConfig AmazonStorageGatewayConfig The AmazonStorageGatewayClient Configuration Object
Результат System

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

Constructs AmazonStorageGatewayClient with AWS Access Key ID and AWS Secret Key
public AmazonStorageGatewayClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
region RegionEndpoint The region to connect.
Результат System

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

Constructs AmazonStorageGatewayClient with AWS Access Key ID and AWS Secret Key
public AmazonStorageGatewayClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
awsSessionToken string AWS Session Token
Результат System

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

Constructs AmazonStorageGatewayClient with AWS Access Key ID, AWS Secret Key and an AmazonStorageGatewayClient Configuration object.
public AmazonStorageGatewayClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonStorageGatewayConfig clientConfig ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
awsSessionToken string AWS Session Token
clientConfig AmazonStorageGatewayConfig The AmazonStorageGatewayClient Configuration Object
Результат System

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

Constructs AmazonStorageGatewayClient with AWS Access Key ID and AWS Secret Key
public AmazonStorageGatewayClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
awsSessionToken string AWS Session Token
region RegionEndpoint The region to connect.
Результат System

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

Initiates the asynchronous execution of the ActivateGateway operation.
public BeginActivateGateway ( ActivateGatewayRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ActivateGatewayRequest Container for the necessary parameters to execute the ActivateGateway operation on AmazonStorageGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

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

Initiates the asynchronous execution of the AddCache operation.
public BeginAddCache ( AddCacheRequest request, AsyncCallback callback, object state ) : IAsyncResult
request AddCacheRequest Container for the necessary parameters to execute the AddCache operation on AmazonStorageGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

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

Initiates the asynchronous execution of the AddTagsToResource operation.
public BeginAddTagsToResource ( AddTagsToResourceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request AddTagsToResourceRequest Container for the necessary parameters to execute the AddTagsToResource operation on AmazonStorageGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

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

Initiates the asynchronous execution of the AddUploadBuffer operation.
public BeginAddUploadBuffer ( AddUploadBufferRequest request, AsyncCallback callback, object state ) : IAsyncResult
request AddUploadBufferRequest Container for the necessary parameters to execute the AddUploadBuffer operation on AmazonStorageGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

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

Initiates the asynchronous execution of the AddWorkingStorage operation.
public BeginAddWorkingStorage ( AddWorkingStorageRequest request, AsyncCallback callback, object state ) : IAsyncResult
request AddWorkingStorageRequest Container for the necessary parameters to execute the AddWorkingStorage operation on AmazonStorageGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

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

Initiates the asynchronous execution of the CancelArchival operation.
public BeginCancelArchival ( CancelArchivalRequest request, AsyncCallback callback, object state ) : IAsyncResult
request CancelArchivalRequest Container for the necessary parameters to execute the CancelArchival operation on AmazonStorageGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

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

Initiates the asynchronous execution of the CancelRetrieval operation.
public BeginCancelRetrieval ( CancelRetrievalRequest request, AsyncCallback callback, object state ) : IAsyncResult
request CancelRetrievalRequest Container for the necessary parameters to execute the CancelRetrieval operation on AmazonStorageGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

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

Initiates the asynchronous execution of the CreateCachediSCSIVolume operation.
public BeginCreateCachediSCSIVolume ( CreateCachediSCSIVolumeRequest request, AsyncCallback callback, object state ) : IAsyncResult
request CreateCachediSCSIVolumeRequest Container for the necessary parameters to execute the CreateCachediSCSIVolume operation on AmazonStorageGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

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

Initiates the asynchronous execution of the CreateNFSFileShare operation.
public BeginCreateNFSFileShare ( CreateNFSFileShareRequest request, AsyncCallback callback, object state ) : IAsyncResult
request CreateNFSFileShareRequest Container for the necessary parameters to execute the CreateNFSFileShare operation on AmazonStorageGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

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

Initiates the asynchronous execution of the CreateSnapshot operation.
public BeginCreateSnapshot ( CreateSnapshotRequest request, AsyncCallback callback, object state ) : IAsyncResult
request CreateSnapshotRequest Container for the necessary parameters to execute the CreateSnapshot operation on AmazonStorageGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

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

Initiates the asynchronous execution of the CreateSnapshotFromVolumeRecoveryPoint operation.
public BeginCreateSnapshotFromVolumeRecoveryPoint ( CreateSnapshotFromVolumeRecoveryPointRequest request, AsyncCallback callback, object state ) : IAsyncResult
request CreateSnapshotFromVolumeRecoveryPointRequest Container for the necessary parameters to execute the CreateSnapshotFromVolumeRecoveryPoint operation on AmazonStorageGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

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

Initiates the asynchronous execution of the CreateStorediSCSIVolume operation.
public BeginCreateStorediSCSIVolume ( CreateStorediSCSIVolumeRequest request, AsyncCallback callback, object state ) : IAsyncResult
request CreateStorediSCSIVolumeRequest Container for the necessary parameters to execute the CreateStorediSCSIVolume operation on AmazonStorageGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

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

Initiates the asynchronous execution of the CreateTapeWithBarcode operation.
public BeginCreateTapeWithBarcode ( CreateTapeWithBarcodeRequest request, AsyncCallback callback, object state ) : IAsyncResult
request CreateTapeWithBarcodeRequest Container for the necessary parameters to execute the CreateTapeWithBarcode operation on AmazonStorageGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

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

Initiates the asynchronous execution of the CreateTapes operation.
public BeginCreateTapes ( CreateTapesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request CreateTapesRequest Container for the necessary parameters to execute the CreateTapes operation on AmazonStorageGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

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

Initiates the asynchronous execution of the DeleteBandwidthRateLimit operation.
public BeginDeleteBandwidthRateLimit ( DeleteBandwidthRateLimitRequest request, AsyncCallback callback, object state ) : IAsyncResult
request DeleteBandwidthRateLimitRequest Container for the necessary parameters to execute the DeleteBandwidthRateLimit operation on AmazonStorageGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

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

Initiates the asynchronous execution of the DeleteChapCredentials operation.
public BeginDeleteChapCredentials ( DeleteChapCredentialsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request DeleteChapCredentialsRequest Container for the necessary parameters to execute the DeleteChapCredentials operation on AmazonStorageGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

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

Initiates the asynchronous execution of the DeleteFileShare operation.
public BeginDeleteFileShare ( DeleteFileShareRequest request, AsyncCallback callback, object state ) : IAsyncResult
request DeleteFileShareRequest Container for the necessary parameters to execute the DeleteFileShare operation on AmazonStorageGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

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

Initiates the asynchronous execution of the DeleteGateway operation.
public BeginDeleteGateway ( DeleteGatewayRequest request, AsyncCallback callback, object state ) : IAsyncResult
request DeleteGatewayRequest Container for the necessary parameters to execute the DeleteGateway operation on AmazonStorageGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

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

Initiates the asynchronous execution of the DeleteSnapshotSchedule operation.
public BeginDeleteSnapshotSchedule ( DeleteSnapshotScheduleRequest request, AsyncCallback callback, object state ) : IAsyncResult
request DeleteSnapshotScheduleRequest Container for the necessary parameters to execute the DeleteSnapshotSchedule operation on AmazonStorageGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

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

Initiates the asynchronous execution of the DeleteTape operation.
public BeginDeleteTape ( DeleteTapeRequest request, AsyncCallback callback, object state ) : IAsyncResult
request DeleteTapeRequest Container for the necessary parameters to execute the DeleteTape operation on AmazonStorageGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

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

Initiates the asynchronous execution of the DeleteTapeArchive operation.
public BeginDeleteTapeArchive ( DeleteTapeArchiveRequest request, AsyncCallback callback, object state ) : IAsyncResult
request DeleteTapeArchiveRequest Container for the necessary parameters to execute the DeleteTapeArchive operation on AmazonStorageGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

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

Initiates the asynchronous execution of the DeleteVolume operation.
public BeginDeleteVolume ( DeleteVolumeRequest request, AsyncCallback callback, object state ) : IAsyncResult
request DeleteVolumeRequest Container for the necessary parameters to execute the DeleteVolume operation on AmazonStorageGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

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

Initiates the asynchronous execution of the DescribeBandwidthRateLimit operation.
public BeginDescribeBandwidthRateLimit ( DescribeBandwidthRateLimitRequest request, AsyncCallback callback, object state ) : IAsyncResult
request DescribeBandwidthRateLimitRequest Container for the necessary parameters to execute the DescribeBandwidthRateLimit operation on AmazonStorageGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

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

Initiates the asynchronous execution of the DescribeCache operation.
public BeginDescribeCache ( DescribeCacheRequest request, AsyncCallback callback, object state ) : IAsyncResult
request DescribeCacheRequest Container for the necessary parameters to execute the DescribeCache operation on AmazonStorageGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

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

Initiates the asynchronous execution of the DescribeCachediSCSIVolumes operation.
public BeginDescribeCachediSCSIVolumes ( DescribeCachediSCSIVolumesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request DescribeCachediSCSIVolumesRequest Container for the necessary parameters to execute the DescribeCachediSCSIVolumes operation on AmazonStorageGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

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

Initiates the asynchronous execution of the DescribeChapCredentials operation.
public BeginDescribeChapCredentials ( DescribeChapCredentialsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request DescribeChapCredentialsRequest Container for the necessary parameters to execute the DescribeChapCredentials operation on AmazonStorageGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

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

Initiates the asynchronous execution of the DescribeGatewayInformation operation.
public BeginDescribeGatewayInformation ( DescribeGatewayInformationRequest request, AsyncCallback callback, object state ) : IAsyncResult
request DescribeGatewayInformationRequest Container for the necessary parameters to execute the DescribeGatewayInformation operation on AmazonStorageGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

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

Initiates the asynchronous execution of the DescribeMaintenanceStartTime operation.
public BeginDescribeMaintenanceStartTime ( DescribeMaintenanceStartTimeRequest request, AsyncCallback callback, object state ) : IAsyncResult
request DescribeMaintenanceStartTimeRequest Container for the necessary parameters to execute the DescribeMaintenanceStartTime operation on AmazonStorageGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

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

Initiates the asynchronous execution of the DescribeNFSFileShares operation.
public BeginDescribeNFSFileShares ( DescribeNFSFileSharesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request DescribeNFSFileSharesRequest Container for the necessary parameters to execute the DescribeNFSFileShares operation on AmazonStorageGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

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

Initiates the asynchronous execution of the DescribeSnapshotSchedule operation.
public BeginDescribeSnapshotSchedule ( DescribeSnapshotScheduleRequest request, AsyncCallback callback, object state ) : IAsyncResult
request DescribeSnapshotScheduleRequest Container for the necessary parameters to execute the DescribeSnapshotSchedule operation on AmazonStorageGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

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

Initiates the asynchronous execution of the DescribeStorediSCSIVolumes operation.
public BeginDescribeStorediSCSIVolumes ( DescribeStorediSCSIVolumesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request DescribeStorediSCSIVolumesRequest Container for the necessary parameters to execute the DescribeStorediSCSIVolumes operation on AmazonStorageGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

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

Initiates the asynchronous execution of the DescribeTapeArchives operation.
public BeginDescribeTapeArchives ( DescribeTapeArchivesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request DescribeTapeArchivesRequest Container for the necessary parameters to execute the DescribeTapeArchives operation on AmazonStorageGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

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

Initiates the asynchronous execution of the DescribeTapeRecoveryPoints operation.
public BeginDescribeTapeRecoveryPoints ( DescribeTapeRecoveryPointsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request DescribeTapeRecoveryPointsRequest Container for the necessary parameters to execute the DescribeTapeRecoveryPoints operation on AmazonStorageGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

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

Initiates the asynchronous execution of the DescribeTapes operation.
public BeginDescribeTapes ( DescribeTapesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request DescribeTapesRequest Container for the necessary parameters to execute the DescribeTapes operation on AmazonStorageGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

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

Initiates the asynchronous execution of the DescribeUploadBuffer operation.
public BeginDescribeUploadBuffer ( DescribeUploadBufferRequest request, AsyncCallback callback, object state ) : IAsyncResult
request DescribeUploadBufferRequest Container for the necessary parameters to execute the DescribeUploadBuffer operation on AmazonStorageGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

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

Initiates the asynchronous execution of the DescribeVTLDevices operation.
public BeginDescribeVTLDevices ( DescribeVTLDevicesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request DescribeVTLDevicesRequest Container for the necessary parameters to execute the DescribeVTLDevices operation on AmazonStorageGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

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

Initiates the asynchronous execution of the DescribeWorkingStorage operation.
public BeginDescribeWorkingStorage ( DescribeWorkingStorageRequest request, AsyncCallback callback, object state ) : IAsyncResult
request DescribeWorkingStorageRequest Container for the necessary parameters to execute the DescribeWorkingStorage operation on AmazonStorageGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

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

Initiates the asynchronous execution of the DisableGateway operation.
public BeginDisableGateway ( DisableGatewayRequest request, AsyncCallback callback, object state ) : IAsyncResult
request DisableGatewayRequest Container for the necessary parameters to execute the DisableGateway operation on AmazonStorageGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

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

Initiates the asynchronous execution of the ListFileShares operation.
public BeginListFileShares ( ListFileSharesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ListFileSharesRequest Container for the necessary parameters to execute the ListFileShares operation on AmazonStorageGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

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

Initiates the asynchronous execution of the ListGateways operation.
public BeginListGateways ( ListGatewaysRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ListGatewaysRequest Container for the necessary parameters to execute the ListGateways operation on AmazonStorageGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

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

Initiates the asynchronous execution of the ListLocalDisks operation.
public BeginListLocalDisks ( ListLocalDisksRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ListLocalDisksRequest Container for the necessary parameters to execute the ListLocalDisks operation on AmazonStorageGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

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

Initiates the asynchronous execution of the ListTagsForResource operation.
public BeginListTagsForResource ( ListTagsForResourceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ListTagsForResourceRequest Container for the necessary parameters to execute the ListTagsForResource operation on AmazonStorageGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

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

Initiates the asynchronous execution of the ListTapes operation.
public BeginListTapes ( ListTapesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ListTapesRequest Container for the necessary parameters to execute the ListTapes operation on AmazonStorageGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

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

Initiates the asynchronous execution of the ListVolumeInitiators operation.
public BeginListVolumeInitiators ( ListVolumeInitiatorsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ListVolumeInitiatorsRequest Container for the necessary parameters to execute the ListVolumeInitiators operation on AmazonStorageGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

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

Initiates the asynchronous execution of the ListVolumeRecoveryPoints operation.
public BeginListVolumeRecoveryPoints ( ListVolumeRecoveryPointsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ListVolumeRecoveryPointsRequest Container for the necessary parameters to execute the ListVolumeRecoveryPoints operation on AmazonStorageGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

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

Initiates the asynchronous execution of the ListVolumes operation.
public BeginListVolumes ( ListVolumesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ListVolumesRequest Container for the necessary parameters to execute the ListVolumes operation on AmazonStorageGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

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

Initiates the asynchronous execution of the RemoveTagsFromResource operation.
public BeginRemoveTagsFromResource ( RemoveTagsFromResourceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request RemoveTagsFromResourceRequest Container for the necessary parameters to execute the RemoveTagsFromResource operation on AmazonStorageGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

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

Initiates the asynchronous execution of the ResetCache operation.
public BeginResetCache ( ResetCacheRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ResetCacheRequest Container for the necessary parameters to execute the ResetCache operation on AmazonStorageGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

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

Initiates the asynchronous execution of the RetrieveTapeArchive operation.
public BeginRetrieveTapeArchive ( RetrieveTapeArchiveRequest request, AsyncCallback callback, object state ) : IAsyncResult
request RetrieveTapeArchiveRequest Container for the necessary parameters to execute the RetrieveTapeArchive operation on AmazonStorageGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

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

Initiates the asynchronous execution of the RetrieveTapeRecoveryPoint operation.
public BeginRetrieveTapeRecoveryPoint ( RetrieveTapeRecoveryPointRequest request, AsyncCallback callback, object state ) : IAsyncResult
request RetrieveTapeRecoveryPointRequest Container for the necessary parameters to execute the RetrieveTapeRecoveryPoint operation on AmazonStorageGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

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

Initiates the asynchronous execution of the SetLocalConsolePassword operation.
public BeginSetLocalConsolePassword ( SetLocalConsolePasswordRequest request, AsyncCallback callback, object state ) : IAsyncResult
request SetLocalConsolePasswordRequest Container for the necessary parameters to execute the SetLocalConsolePassword operation on AmazonStorageGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

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

Initiates the asynchronous execution of the ShutdownGateway operation.
public BeginShutdownGateway ( ShutdownGatewayRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ShutdownGatewayRequest Container for the necessary parameters to execute the ShutdownGateway operation on AmazonStorageGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

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

Initiates the asynchronous execution of the StartGateway operation.
public BeginStartGateway ( StartGatewayRequest request, AsyncCallback callback, object state ) : IAsyncResult
request StartGatewayRequest Container for the necessary parameters to execute the StartGateway operation on AmazonStorageGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

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

Initiates the asynchronous execution of the UpdateBandwidthRateLimit operation.
public BeginUpdateBandwidthRateLimit ( UpdateBandwidthRateLimitRequest request, AsyncCallback callback, object state ) : IAsyncResult
request UpdateBandwidthRateLimitRequest Container for the necessary parameters to execute the UpdateBandwidthRateLimit operation on AmazonStorageGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

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

Initiates the asynchronous execution of the UpdateChapCredentials operation.
public BeginUpdateChapCredentials ( UpdateChapCredentialsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request UpdateChapCredentialsRequest Container for the necessary parameters to execute the UpdateChapCredentials operation on AmazonStorageGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

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

Initiates the asynchronous execution of the UpdateGatewayInformation operation.
public BeginUpdateGatewayInformation ( UpdateGatewayInformationRequest request, AsyncCallback callback, object state ) : IAsyncResult
request UpdateGatewayInformationRequest Container for the necessary parameters to execute the UpdateGatewayInformation operation on AmazonStorageGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

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

Initiates the asynchronous execution of the UpdateGatewaySoftwareNow operation.
public BeginUpdateGatewaySoftwareNow ( UpdateGatewaySoftwareNowRequest request, AsyncCallback callback, object state ) : IAsyncResult
request UpdateGatewaySoftwareNowRequest Container for the necessary parameters to execute the UpdateGatewaySoftwareNow operation on AmazonStorageGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

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

Initiates the asynchronous execution of the UpdateMaintenanceStartTime operation.
public BeginUpdateMaintenanceStartTime ( UpdateMaintenanceStartTimeRequest request, AsyncCallback callback, object state ) : IAsyncResult
request UpdateMaintenanceStartTimeRequest Container for the necessary parameters to execute the UpdateMaintenanceStartTime operation on AmazonStorageGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

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

Initiates the asynchronous execution of the UpdateNFSFileShare operation.
public BeginUpdateNFSFileShare ( UpdateNFSFileShareRequest request, AsyncCallback callback, object state ) : IAsyncResult
request UpdateNFSFileShareRequest Container for the necessary parameters to execute the UpdateNFSFileShare operation on AmazonStorageGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

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

Initiates the asynchronous execution of the UpdateSnapshotSchedule operation.
public BeginUpdateSnapshotSchedule ( UpdateSnapshotScheduleRequest request, AsyncCallback callback, object state ) : IAsyncResult
request UpdateSnapshotScheduleRequest Container for the necessary parameters to execute the UpdateSnapshotSchedule operation on AmazonStorageGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

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

Initiates the asynchronous execution of the UpdateVTLDeviceType operation.
public BeginUpdateVTLDeviceType ( UpdateVTLDeviceTypeRequest request, AsyncCallback callback, object state ) : IAsyncResult
request UpdateVTLDeviceTypeRequest Container for the necessary parameters to execute the UpdateVTLDeviceType operation on AmazonStorageGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

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

Initiates the asynchronous execution of the CancelArchival operation.
public CancelArchivalAsync ( CancelArchivalRequest request, System cancellationToken = default(CancellationToken) ) : Task
request CancelArchivalRequest Container for the necessary parameters to execute the CancelArchival operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

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

Initiates the asynchronous execution of the CancelRetrieval operation.
public CancelRetrievalAsync ( CancelRetrievalRequest request, System cancellationToken = default(CancellationToken) ) : Task
request CancelRetrievalRequest Container for the necessary parameters to execute the CancelRetrieval operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

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

Initiates the asynchronous execution of the CreateCachediSCSIVolume operation.
public CreateCachediSCSIVolumeAsync ( CreateCachediSCSIVolumeRequest request, System cancellationToken = default(CancellationToken) ) : Task
request CreateCachediSCSIVolumeRequest Container for the necessary parameters to execute the CreateCachediSCSIVolume operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

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

Initiates the asynchronous execution of the CreateNFSFileShare operation.
public CreateNFSFileShareAsync ( CreateNFSFileShareRequest request, System cancellationToken = default(CancellationToken) ) : Task
request CreateNFSFileShareRequest Container for the necessary parameters to execute the CreateNFSFileShare operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

CreateSigner() защищенный Метод

Creates the signer for the service.
protected CreateSigner ( ) : AbstractAWSSigner
Результат AbstractAWSSigner

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

Initiates the asynchronous execution of the CreateSnapshot operation.
public CreateSnapshotAsync ( CreateSnapshotRequest request, System cancellationToken = default(CancellationToken) ) : Task
request CreateSnapshotRequest Container for the necessary parameters to execute the CreateSnapshot operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

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

Initiates the asynchronous execution of the CreateSnapshotFromVolumeRecoveryPoint operation.
public CreateSnapshotFromVolumeRecoveryPointAsync ( CreateSnapshotFromVolumeRecoveryPointRequest request, System cancellationToken = default(CancellationToken) ) : Task
request CreateSnapshotFromVolumeRecoveryPointRequest Container for the necessary parameters to execute the CreateSnapshotFromVolumeRecoveryPoint operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

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

Initiates the asynchronous execution of the CreateStorediSCSIVolume operation.
public CreateStorediSCSIVolumeAsync ( CreateStorediSCSIVolumeRequest request, System cancellationToken = default(CancellationToken) ) : Task
request CreateStorediSCSIVolumeRequest Container for the necessary parameters to execute the CreateStorediSCSIVolume operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

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

Initiates the asynchronous execution of the CreateTapeWithBarcode operation.
public CreateTapeWithBarcodeAsync ( CreateTapeWithBarcodeRequest request, System cancellationToken = default(CancellationToken) ) : Task
request CreateTapeWithBarcodeRequest Container for the necessary parameters to execute the CreateTapeWithBarcode operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

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

Initiates the asynchronous execution of the CreateTapes operation.
public CreateTapesAsync ( CreateTapesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request CreateTapesRequest Container for the necessary parameters to execute the CreateTapes operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

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

Initiates the asynchronous execution of the DeleteBandwidthRateLimit operation.
public DeleteBandwidthRateLimitAsync ( DeleteBandwidthRateLimitRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DeleteBandwidthRateLimitRequest Container for the necessary parameters to execute the DeleteBandwidthRateLimit operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

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

Initiates the asynchronous execution of the DeleteChapCredentials operation.
public DeleteChapCredentialsAsync ( DeleteChapCredentialsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DeleteChapCredentialsRequest Container for the necessary parameters to execute the DeleteChapCredentials operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

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

Initiates the asynchronous execution of the DeleteFileShare operation.
public DeleteFileShareAsync ( DeleteFileShareRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DeleteFileShareRequest Container for the necessary parameters to execute the DeleteFileShare operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

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

Initiates the asynchronous execution of the DeleteGateway operation.
public DeleteGatewayAsync ( DeleteGatewayRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DeleteGatewayRequest Container for the necessary parameters to execute the DeleteGateway operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

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

Initiates the asynchronous execution of the DeleteSnapshotSchedule operation.
public DeleteSnapshotScheduleAsync ( DeleteSnapshotScheduleRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DeleteSnapshotScheduleRequest Container for the necessary parameters to execute the DeleteSnapshotSchedule operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

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

Initiates the asynchronous execution of the DeleteTapeArchive operation.
public DeleteTapeArchiveAsync ( DeleteTapeArchiveRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DeleteTapeArchiveRequest Container for the necessary parameters to execute the DeleteTapeArchive operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

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

Initiates the asynchronous execution of the DeleteTape operation.
public DeleteTapeAsync ( DeleteTapeRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DeleteTapeRequest Container for the necessary parameters to execute the DeleteTape operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

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

Initiates the asynchronous execution of the DeleteVolume operation.
public DeleteVolumeAsync ( DeleteVolumeRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DeleteVolumeRequest Container for the necessary parameters to execute the DeleteVolume operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

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

Initiates the asynchronous execution of the DescribeBandwidthRateLimit operation.
public DescribeBandwidthRateLimitAsync ( DescribeBandwidthRateLimitRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribeBandwidthRateLimitRequest Container for the necessary parameters to execute the DescribeBandwidthRateLimit operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

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

Initiates the asynchronous execution of the DescribeCache operation.
public DescribeCacheAsync ( DescribeCacheRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribeCacheRequest Container for the necessary parameters to execute the DescribeCache operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

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

Initiates the asynchronous execution of the DescribeCachediSCSIVolumes operation.
public DescribeCachediSCSIVolumesAsync ( DescribeCachediSCSIVolumesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribeCachediSCSIVolumesRequest Container for the necessary parameters to execute the DescribeCachediSCSIVolumes operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

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

Initiates the asynchronous execution of the DescribeChapCredentials operation.
public DescribeChapCredentialsAsync ( DescribeChapCredentialsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribeChapCredentialsRequest Container for the necessary parameters to execute the DescribeChapCredentials operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

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

Initiates the asynchronous execution of the DescribeGatewayInformation operation.
public DescribeGatewayInformationAsync ( DescribeGatewayInformationRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribeGatewayInformationRequest Container for the necessary parameters to execute the DescribeGatewayInformation operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

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

Initiates the asynchronous execution of the DescribeMaintenanceStartTime operation.
public DescribeMaintenanceStartTimeAsync ( DescribeMaintenanceStartTimeRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribeMaintenanceStartTimeRequest Container for the necessary parameters to execute the DescribeMaintenanceStartTime operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

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

Initiates the asynchronous execution of the DescribeNFSFileShares operation.
public DescribeNFSFileSharesAsync ( DescribeNFSFileSharesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribeNFSFileSharesRequest Container for the necessary parameters to execute the DescribeNFSFileShares operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

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

Initiates the asynchronous execution of the DescribeSnapshotSchedule operation.
public DescribeSnapshotScheduleAsync ( DescribeSnapshotScheduleRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribeSnapshotScheduleRequest Container for the necessary parameters to execute the DescribeSnapshotSchedule operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

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

Initiates the asynchronous execution of the DescribeStorediSCSIVolumes operation.
public DescribeStorediSCSIVolumesAsync ( DescribeStorediSCSIVolumesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribeStorediSCSIVolumesRequest Container for the necessary parameters to execute the DescribeStorediSCSIVolumes operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

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

Initiates the asynchronous execution of the DescribeTapeArchives operation.
public DescribeTapeArchivesAsync ( DescribeTapeArchivesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribeTapeArchivesRequest Container for the necessary parameters to execute the DescribeTapeArchives operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

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

Returns a description of specified virtual tapes in the virtual tape shelf (VTS).

If a specific TapeARN is not specified, AWS Storage Gateway returns a description of all virtual tapes found in the VTS associated with your account.

/// An internal server error has occurred during the request. For more information, see /// the error and message fields. /// /// An exception occurred because an invalid gateway request was issued to the service. /// For more information, see the error and message fields. ///
public DescribeTapeArchivesAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

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

Initiates the asynchronous execution of the DescribeTapeRecoveryPoints operation.
public DescribeTapeRecoveryPointsAsync ( DescribeTapeRecoveryPointsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribeTapeRecoveryPointsRequest Container for the necessary parameters to execute the DescribeTapeRecoveryPoints operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

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

Initiates the asynchronous execution of the DescribeTapes operation.
public DescribeTapesAsync ( DescribeTapesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribeTapesRequest Container for the necessary parameters to execute the DescribeTapes operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

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

Initiates the asynchronous execution of the DescribeUploadBuffer operation.
public DescribeUploadBufferAsync ( DescribeUploadBufferRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribeUploadBufferRequest Container for the necessary parameters to execute the DescribeUploadBuffer operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

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

Initiates the asynchronous execution of the DescribeVTLDevices operation.
public DescribeVTLDevicesAsync ( DescribeVTLDevicesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribeVTLDevicesRequest Container for the necessary parameters to execute the DescribeVTLDevices operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

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

Initiates the asynchronous execution of the DescribeWorkingStorage operation.
public DescribeWorkingStorageAsync ( DescribeWorkingStorageRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribeWorkingStorageRequest Container for the necessary parameters to execute the DescribeWorkingStorage operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

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

Initiates the asynchronous execution of the DisableGateway operation.
public DisableGatewayAsync ( DisableGatewayRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DisableGatewayRequest Container for the necessary parameters to execute the DisableGateway operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

Dispose() защищенный Метод

Disposes the service client.
protected Dispose ( bool disposing ) : void
disposing bool
Результат void

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

Finishes the asynchronous execution of the ActivateGateway operation.
public EndActivateGateway ( IAsyncResult asyncResult ) : ActivateGatewayResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginActivateGateway.
Результат ActivateGatewayResponse

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

Finishes the asynchronous execution of the AddCache operation.
public EndAddCache ( IAsyncResult asyncResult ) : AddCacheResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAddCache.
Результат AddCacheResponse

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

Finishes the asynchronous execution of the AddTagsToResource operation.
public EndAddTagsToResource ( IAsyncResult asyncResult ) : AddTagsToResourceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAddTagsToResource.
Результат AddTagsToResourceResponse

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

Finishes the asynchronous execution of the AddUploadBuffer operation.
public EndAddUploadBuffer ( IAsyncResult asyncResult ) : AddUploadBufferResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAddUploadBuffer.
Результат AddUploadBufferResponse

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

Finishes the asynchronous execution of the AddWorkingStorage operation.
public EndAddWorkingStorage ( IAsyncResult asyncResult ) : AddWorkingStorageResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAddWorkingStorage.
Результат AddWorkingStorageResponse

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

Finishes the asynchronous execution of the CancelArchival operation.
public EndCancelArchival ( IAsyncResult asyncResult ) : CancelArchivalResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCancelArchival.
Результат CancelArchivalResponse

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

Finishes the asynchronous execution of the CancelRetrieval operation.
public EndCancelRetrieval ( IAsyncResult asyncResult ) : CancelRetrievalResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCancelRetrieval.
Результат CancelRetrievalResponse

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

Finishes the asynchronous execution of the CreateCachediSCSIVolume operation.
public EndCreateCachediSCSIVolume ( IAsyncResult asyncResult ) : CreateCachediSCSIVolumeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateCachediSCSIVolume.
Результат CreateCachediSCSIVolumeResponse

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

Finishes the asynchronous execution of the CreateNFSFileShare operation.
public EndCreateNFSFileShare ( IAsyncResult asyncResult ) : CreateNFSFileShareResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateNFSFileShare.
Результат CreateNFSFileShareResponse

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

Finishes the asynchronous execution of the CreateSnapshot operation.
public EndCreateSnapshot ( IAsyncResult asyncResult ) : CreateSnapshotResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateSnapshot.
Результат CreateSnapshotResponse

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

Finishes the asynchronous execution of the CreateSnapshotFromVolumeRecoveryPoint operation.
public EndCreateSnapshotFromVolumeRecoveryPoint ( IAsyncResult asyncResult ) : CreateSnapshotFromVolumeRecoveryPointResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateSnapshotFromVolumeRecoveryPoint.
Результат CreateSnapshotFromVolumeRecoveryPointResponse

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

Finishes the asynchronous execution of the CreateStorediSCSIVolume operation.
public EndCreateStorediSCSIVolume ( IAsyncResult asyncResult ) : CreateStorediSCSIVolumeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateStorediSCSIVolume.
Результат CreateStorediSCSIVolumeResponse

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

Finishes the asynchronous execution of the CreateTapeWithBarcode operation.
public EndCreateTapeWithBarcode ( IAsyncResult asyncResult ) : CreateTapeWithBarcodeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateTapeWithBarcode.
Результат CreateTapeWithBarcodeResponse

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

Finishes the asynchronous execution of the CreateTapes operation.
public EndCreateTapes ( IAsyncResult asyncResult ) : CreateTapesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateTapes.
Результат CreateTapesResponse

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

Finishes the asynchronous execution of the DeleteBandwidthRateLimit operation.
public EndDeleteBandwidthRateLimit ( IAsyncResult asyncResult ) : DeleteBandwidthRateLimitResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteBandwidthRateLimit.
Результат DeleteBandwidthRateLimitResponse

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

Finishes the asynchronous execution of the DeleteChapCredentials operation.
public EndDeleteChapCredentials ( IAsyncResult asyncResult ) : DeleteChapCredentialsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteChapCredentials.
Результат DeleteChapCredentialsResponse

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

Finishes the asynchronous execution of the DeleteFileShare operation.
public EndDeleteFileShare ( IAsyncResult asyncResult ) : DeleteFileShareResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteFileShare.
Результат DeleteFileShareResponse

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

Finishes the asynchronous execution of the DeleteGateway operation.
public EndDeleteGateway ( IAsyncResult asyncResult ) : DeleteGatewayResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteGateway.
Результат DeleteGatewayResponse

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

Finishes the asynchronous execution of the DeleteSnapshotSchedule operation.
public EndDeleteSnapshotSchedule ( IAsyncResult asyncResult ) : DeleteSnapshotScheduleResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteSnapshotSchedule.
Результат DeleteSnapshotScheduleResponse

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

Finishes the asynchronous execution of the DeleteTape operation.
public EndDeleteTape ( IAsyncResult asyncResult ) : DeleteTapeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteTape.
Результат DeleteTapeResponse

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

Finishes the asynchronous execution of the DeleteTapeArchive operation.
public EndDeleteTapeArchive ( IAsyncResult asyncResult ) : DeleteTapeArchiveResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteTapeArchive.
Результат DeleteTapeArchiveResponse

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

Finishes the asynchronous execution of the DeleteVolume operation.
public EndDeleteVolume ( IAsyncResult asyncResult ) : DeleteVolumeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteVolume.
Результат DeleteVolumeResponse

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

Finishes the asynchronous execution of the DescribeBandwidthRateLimit operation.
public EndDescribeBandwidthRateLimit ( IAsyncResult asyncResult ) : DescribeBandwidthRateLimitResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeBandwidthRateLimit.
Результат DescribeBandwidthRateLimitResponse

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

Finishes the asynchronous execution of the DescribeCache operation.
public EndDescribeCache ( IAsyncResult asyncResult ) : DescribeCacheResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeCache.
Результат DescribeCacheResponse

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

Finishes the asynchronous execution of the DescribeCachediSCSIVolumes operation.
public EndDescribeCachediSCSIVolumes ( IAsyncResult asyncResult ) : DescribeCachediSCSIVolumesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeCachediSCSIVolumes.
Результат DescribeCachediSCSIVolumesResponse

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

Finishes the asynchronous execution of the DescribeChapCredentials operation.
public EndDescribeChapCredentials ( IAsyncResult asyncResult ) : DescribeChapCredentialsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeChapCredentials.
Результат DescribeChapCredentialsResponse

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

Finishes the asynchronous execution of the DescribeGatewayInformation operation.
public EndDescribeGatewayInformation ( IAsyncResult asyncResult ) : DescribeGatewayInformationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeGatewayInformation.
Результат DescribeGatewayInformationResponse

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

Finishes the asynchronous execution of the DescribeMaintenanceStartTime operation.
public EndDescribeMaintenanceStartTime ( IAsyncResult asyncResult ) : DescribeMaintenanceStartTimeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeMaintenanceStartTime.
Результат DescribeMaintenanceStartTimeResponse

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

Finishes the asynchronous execution of the DescribeNFSFileShares operation.
public EndDescribeNFSFileShares ( IAsyncResult asyncResult ) : DescribeNFSFileSharesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeNFSFileShares.
Результат DescribeNFSFileSharesResponse

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

Finishes the asynchronous execution of the DescribeSnapshotSchedule operation.
public EndDescribeSnapshotSchedule ( IAsyncResult asyncResult ) : DescribeSnapshotScheduleResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeSnapshotSchedule.
Результат DescribeSnapshotScheduleResponse

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

Finishes the asynchronous execution of the DescribeStorediSCSIVolumes operation.
public EndDescribeStorediSCSIVolumes ( IAsyncResult asyncResult ) : DescribeStorediSCSIVolumesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeStorediSCSIVolumes.
Результат DescribeStorediSCSIVolumesResponse

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

Finishes the asynchronous execution of the DescribeTapeArchives operation.
public EndDescribeTapeArchives ( IAsyncResult asyncResult ) : DescribeTapeArchivesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeTapeArchives.
Результат DescribeTapeArchivesResponse

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

Finishes the asynchronous execution of the DescribeTapeRecoveryPoints operation.
public EndDescribeTapeRecoveryPoints ( IAsyncResult asyncResult ) : DescribeTapeRecoveryPointsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeTapeRecoveryPoints.
Результат DescribeTapeRecoveryPointsResponse

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

Finishes the asynchronous execution of the DescribeTapes operation.
public EndDescribeTapes ( IAsyncResult asyncResult ) : DescribeTapesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeTapes.
Результат DescribeTapesResponse

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

Finishes the asynchronous execution of the DescribeUploadBuffer operation.
public EndDescribeUploadBuffer ( IAsyncResult asyncResult ) : DescribeUploadBufferResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeUploadBuffer.
Результат DescribeUploadBufferResponse

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

Finishes the asynchronous execution of the DescribeVTLDevices operation.
public EndDescribeVTLDevices ( IAsyncResult asyncResult ) : DescribeVTLDevicesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeVTLDevices.
Результат DescribeVTLDevicesResponse

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

Finishes the asynchronous execution of the DescribeWorkingStorage operation.
public EndDescribeWorkingStorage ( IAsyncResult asyncResult ) : DescribeWorkingStorageResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeWorkingStorage.
Результат DescribeWorkingStorageResponse

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

Finishes the asynchronous execution of the DisableGateway operation.
public EndDisableGateway ( IAsyncResult asyncResult ) : DisableGatewayResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDisableGateway.
Результат DisableGatewayResponse

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

Finishes the asynchronous execution of the ListFileShares operation.
public EndListFileShares ( IAsyncResult asyncResult ) : ListFileSharesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListFileShares.
Результат ListFileSharesResponse

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

Finishes the asynchronous execution of the ListGateways operation.
public EndListGateways ( IAsyncResult asyncResult ) : ListGatewaysResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListGateways.
Результат ListGatewaysResponse

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

Finishes the asynchronous execution of the ListLocalDisks operation.
public EndListLocalDisks ( IAsyncResult asyncResult ) : ListLocalDisksResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListLocalDisks.
Результат ListLocalDisksResponse

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

Finishes the asynchronous execution of the ListTagsForResource operation.
public EndListTagsForResource ( IAsyncResult asyncResult ) : ListTagsForResourceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListTagsForResource.
Результат ListTagsForResourceResponse

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

Finishes the asynchronous execution of the ListTapes operation.
public EndListTapes ( IAsyncResult asyncResult ) : ListTapesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListTapes.
Результат ListTapesResponse

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

Finishes the asynchronous execution of the ListVolumeInitiators operation.
public EndListVolumeInitiators ( IAsyncResult asyncResult ) : ListVolumeInitiatorsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListVolumeInitiators.
Результат ListVolumeInitiatorsResponse

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

Finishes the asynchronous execution of the ListVolumeRecoveryPoints operation.
public EndListVolumeRecoveryPoints ( IAsyncResult asyncResult ) : ListVolumeRecoveryPointsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListVolumeRecoveryPoints.
Результат ListVolumeRecoveryPointsResponse

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

Finishes the asynchronous execution of the ListVolumes operation.
public EndListVolumes ( IAsyncResult asyncResult ) : ListVolumesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListVolumes.
Результат ListVolumesResponse

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

Finishes the asynchronous execution of the RemoveTagsFromResource operation.
public EndRemoveTagsFromResource ( IAsyncResult asyncResult ) : RemoveTagsFromResourceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRemoveTagsFromResource.
Результат RemoveTagsFromResourceResponse

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

Finishes the asynchronous execution of the ResetCache operation.
public EndResetCache ( IAsyncResult asyncResult ) : ResetCacheResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginResetCache.
Результат ResetCacheResponse

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

Finishes the asynchronous execution of the RetrieveTapeArchive operation.
public EndRetrieveTapeArchive ( IAsyncResult asyncResult ) : RetrieveTapeArchiveResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRetrieveTapeArchive.
Результат RetrieveTapeArchiveResponse

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

Finishes the asynchronous execution of the RetrieveTapeRecoveryPoint operation.
public EndRetrieveTapeRecoveryPoint ( IAsyncResult asyncResult ) : RetrieveTapeRecoveryPointResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRetrieveTapeRecoveryPoint.
Результат RetrieveTapeRecoveryPointResponse

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

Finishes the asynchronous execution of the SetLocalConsolePassword operation.
public EndSetLocalConsolePassword ( IAsyncResult asyncResult ) : SetLocalConsolePasswordResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginSetLocalConsolePassword.
Результат SetLocalConsolePasswordResponse

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

Finishes the asynchronous execution of the ShutdownGateway operation.
public EndShutdownGateway ( IAsyncResult asyncResult ) : ShutdownGatewayResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginShutdownGateway.
Результат ShutdownGatewayResponse

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

Finishes the asynchronous execution of the StartGateway operation.
public EndStartGateway ( IAsyncResult asyncResult ) : StartGatewayResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginStartGateway.
Результат StartGatewayResponse

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

Finishes the asynchronous execution of the UpdateBandwidthRateLimit operation.
public EndUpdateBandwidthRateLimit ( IAsyncResult asyncResult ) : UpdateBandwidthRateLimitResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateBandwidthRateLimit.
Результат UpdateBandwidthRateLimitResponse

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

Finishes the asynchronous execution of the UpdateChapCredentials operation.
public EndUpdateChapCredentials ( IAsyncResult asyncResult ) : UpdateChapCredentialsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateChapCredentials.
Результат UpdateChapCredentialsResponse

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

Finishes the asynchronous execution of the UpdateGatewayInformation operation.
public EndUpdateGatewayInformation ( IAsyncResult asyncResult ) : UpdateGatewayInformationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateGatewayInformation.
Результат UpdateGatewayInformationResponse

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

Finishes the asynchronous execution of the UpdateGatewaySoftwareNow operation.
public EndUpdateGatewaySoftwareNow ( IAsyncResult asyncResult ) : UpdateGatewaySoftwareNowResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateGatewaySoftwareNow.
Результат UpdateGatewaySoftwareNowResponse

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

Finishes the asynchronous execution of the UpdateMaintenanceStartTime operation.
public EndUpdateMaintenanceStartTime ( IAsyncResult asyncResult ) : UpdateMaintenanceStartTimeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateMaintenanceStartTime.
Результат UpdateMaintenanceStartTimeResponse

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

Finishes the asynchronous execution of the UpdateNFSFileShare operation.
public EndUpdateNFSFileShare ( IAsyncResult asyncResult ) : UpdateNFSFileShareResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateNFSFileShare.
Результат UpdateNFSFileShareResponse

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

Finishes the asynchronous execution of the UpdateSnapshotSchedule operation.
public EndUpdateSnapshotSchedule ( IAsyncResult asyncResult ) : UpdateSnapshotScheduleResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateSnapshotSchedule.
Результат UpdateSnapshotScheduleResponse

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

Finishes the asynchronous execution of the UpdateVTLDeviceType operation.
public EndUpdateVTLDeviceType ( IAsyncResult asyncResult ) : UpdateVTLDeviceTypeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateVTLDeviceType.
Результат UpdateVTLDeviceTypeResponse

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

Initiates the asynchronous execution of the ListFileShares operation.
public ListFileSharesAsync ( ListFileSharesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListFileSharesRequest Container for the necessary parameters to execute the ListFileShares operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

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

Initiates the asynchronous execution of the ListGateways operation.
public ListGatewaysAsync ( ListGatewaysRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListGatewaysRequest Container for the necessary parameters to execute the ListGateways operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

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

Lists gateways owned by an AWS account in a region specified in the request. The returned list is ordered by gateway Amazon Resource Name (ARN).

By default, the operation returns a maximum of 100 gateways. This operation supports pagination that allows you to optionally reduce the number of gateways returned in a response.

If you have more gateways than are returned in a response (that is, the response returns only a truncated list of your gateways), the response contains a marker that you can specify in your next request to fetch the next page of gateways.

/// An internal server error has occurred during the request. For more information, see /// the error and message fields. /// /// An exception occurred because an invalid gateway request was issued to the service. /// For more information, see the error and message fields. ///
public ListGatewaysAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

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

Initiates the asynchronous execution of the ListLocalDisks operation.
public ListLocalDisksAsync ( ListLocalDisksRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListLocalDisksRequest Container for the necessary parameters to execute the ListLocalDisks operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

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

Initiates the asynchronous execution of the ListTagsForResource operation.
public ListTagsForResourceAsync ( ListTagsForResourceRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListTagsForResourceRequest Container for the necessary parameters to execute the ListTagsForResource operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

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

Initiates the asynchronous execution of the ListTapes operation.
public ListTapesAsync ( ListTapesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListTapesRequest Container for the necessary parameters to execute the ListTapes operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

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

Initiates the asynchronous execution of the ListVolumeInitiators operation.
public ListVolumeInitiatorsAsync ( ListVolumeInitiatorsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListVolumeInitiatorsRequest Container for the necessary parameters to execute the ListVolumeInitiators operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

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

Initiates the asynchronous execution of the ListVolumeRecoveryPoints operation.
public ListVolumeRecoveryPointsAsync ( ListVolumeRecoveryPointsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListVolumeRecoveryPointsRequest Container for the necessary parameters to execute the ListVolumeRecoveryPoints operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

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

Initiates the asynchronous execution of the ListVolumes operation.
public ListVolumesAsync ( ListVolumesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListVolumesRequest Container for the necessary parameters to execute the ListVolumes operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

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

Initiates the asynchronous execution of the RemoveTagsFromResource operation.
public RemoveTagsFromResourceAsync ( RemoveTagsFromResourceRequest request, System cancellationToken = default(CancellationToken) ) : Task
request RemoveTagsFromResourceRequest Container for the necessary parameters to execute the RemoveTagsFromResource operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

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

Resets all cache disks that have encountered a error and makes the disks available for reconfiguration as cache storage. If your cache disk encounters a error, the gateway prevents read and write operations on virtual tapes in the gateway. For example, an error can occur when a disk is corrupted or removed from the gateway. When a cache is reset, the gateway loses its cache storage. At this point you can reconfigure the disks as cache disks.

If the cache disk you are resetting contains data that has not been uploaded to Amazon S3 yet, that data can be lost. After you reset cache disks, there will be no configured cache disks left in the gateway, so you must configure at least one new cache disk for your gateway to function properly.

/// An internal server error has occurred during the request. For more information, see /// the error and message fields. /// /// An exception occurred because an invalid gateway request was issued to the service. /// For more information, see the error and message fields. ///
public ResetCache ( string gatewayARN ) : ResetCacheResponse
gatewayARN string A property of ResetCacheRequest used to execute the ResetCache service method.
Результат ResetCacheResponse

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

Initiates the asynchronous execution of the ResetCache operation.
public ResetCacheAsync ( ResetCacheRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ResetCacheRequest Container for the necessary parameters to execute the ResetCache operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

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

Resets all cache disks that have encountered a error and makes the disks available for reconfiguration as cache storage. If your cache disk encounters a error, the gateway prevents read and write operations on virtual tapes in the gateway. For example, an error can occur when a disk is corrupted or removed from the gateway. When a cache is reset, the gateway loses its cache storage. At this point you can reconfigure the disks as cache disks.

If the cache disk you are resetting contains data that has not been uploaded to Amazon S3 yet, that data can be lost. After you reset cache disks, there will be no configured cache disks left in the gateway, so you must configure at least one new cache disk for your gateway to function properly.

/// An internal server error has occurred during the request. For more information, see /// the error and message fields. /// /// An exception occurred because an invalid gateway request was issued to the service. /// For more information, see the error and message fields. ///
public ResetCacheAsync ( string gatewayARN, System cancellationToken = default(CancellationToken) ) : Task
gatewayARN string A property of ResetCacheRequest used to execute the ResetCache service method.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

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

Initiates the asynchronous execution of the RetrieveTapeArchive operation.
public RetrieveTapeArchiveAsync ( RetrieveTapeArchiveRequest request, System cancellationToken = default(CancellationToken) ) : Task
request RetrieveTapeArchiveRequest Container for the necessary parameters to execute the RetrieveTapeArchive operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

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

Initiates the asynchronous execution of the RetrieveTapeRecoveryPoint operation.
public RetrieveTapeRecoveryPointAsync ( RetrieveTapeRecoveryPointRequest request, System cancellationToken = default(CancellationToken) ) : Task
request RetrieveTapeRecoveryPointRequest Container for the necessary parameters to execute the RetrieveTapeRecoveryPoint operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

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

Initiates the asynchronous execution of the SetLocalConsolePassword operation.
public SetLocalConsolePasswordAsync ( SetLocalConsolePasswordRequest request, System cancellationToken = default(CancellationToken) ) : Task
request SetLocalConsolePasswordRequest Container for the necessary parameters to execute the SetLocalConsolePassword operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

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

Initiates the asynchronous execution of the ShutdownGateway operation.
public ShutdownGatewayAsync ( ShutdownGatewayRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ShutdownGatewayRequest Container for the necessary parameters to execute the ShutdownGateway operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

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

Initiates the asynchronous execution of the StartGateway operation.
public StartGatewayAsync ( StartGatewayRequest request, System cancellationToken = default(CancellationToken) ) : Task
request StartGatewayRequest Container for the necessary parameters to execute the StartGateway operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

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

Initiates the asynchronous execution of the UpdateBandwidthRateLimit operation.
public UpdateBandwidthRateLimitAsync ( UpdateBandwidthRateLimitRequest request, System cancellationToken = default(CancellationToken) ) : Task
request UpdateBandwidthRateLimitRequest Container for the necessary parameters to execute the UpdateBandwidthRateLimit operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

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

Initiates the asynchronous execution of the UpdateChapCredentials operation.
public UpdateChapCredentialsAsync ( UpdateChapCredentialsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request UpdateChapCredentialsRequest Container for the necessary parameters to execute the UpdateChapCredentials operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

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

Initiates the asynchronous execution of the UpdateGatewayInformation operation.
public UpdateGatewayInformationAsync ( UpdateGatewayInformationRequest request, System cancellationToken = default(CancellationToken) ) : Task
request UpdateGatewayInformationRequest Container for the necessary parameters to execute the UpdateGatewayInformation operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

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

Initiates the asynchronous execution of the UpdateGatewaySoftwareNow operation.
public UpdateGatewaySoftwareNowAsync ( UpdateGatewaySoftwareNowRequest request, System cancellationToken = default(CancellationToken) ) : Task
request UpdateGatewaySoftwareNowRequest Container for the necessary parameters to execute the UpdateGatewaySoftwareNow operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

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

Initiates the asynchronous execution of the UpdateMaintenanceStartTime operation.
public UpdateMaintenanceStartTimeAsync ( UpdateMaintenanceStartTimeRequest request, System cancellationToken = default(CancellationToken) ) : Task
request UpdateMaintenanceStartTimeRequest Container for the necessary parameters to execute the UpdateMaintenanceStartTime operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

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

Initiates the asynchronous execution of the UpdateNFSFileShare operation.
public UpdateNFSFileShareAsync ( UpdateNFSFileShareRequest request, System cancellationToken = default(CancellationToken) ) : Task
request UpdateNFSFileShareRequest Container for the necessary parameters to execute the UpdateNFSFileShare operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

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

Initiates the asynchronous execution of the UpdateSnapshotSchedule operation.
public UpdateSnapshotScheduleAsync ( UpdateSnapshotScheduleRequest request, System cancellationToken = default(CancellationToken) ) : Task
request UpdateSnapshotScheduleRequest Container for the necessary parameters to execute the UpdateSnapshotSchedule operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

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

Initiates the asynchronous execution of the UpdateVTLDeviceType operation.
public UpdateVTLDeviceTypeAsync ( UpdateVTLDeviceTypeRequest request, System cancellationToken = default(CancellationToken) ) : Task
request UpdateVTLDeviceTypeRequest Container for the necessary parameters to execute the UpdateVTLDeviceType operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task