AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the DeleteTape operation. Deletes the specified virtual tape. This operation is only supported in the tape gateway type.
Namespace: Amazon.StorageGateway.Model
Assembly: AWSSDK.StorageGateway.dll
Version: 3.x.y.z
public class DeleteTapeRequest : AmazonStorageGatewayRequest IAmazonWebServiceRequest
The DeleteTapeRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
DeleteTapeRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
BypassGovernanceRetention | System.Boolean |
Gets and sets the property BypassGovernanceRetention.
Set to |
![]() |
GatewayARN | System.String |
Gets and sets the property GatewayARN. The unique Amazon Resource Name (ARN) of the gateway that the virtual tape to delete is associated with. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region. |
![]() |
TapeARN | System.String |
Gets and sets the property TapeARN. The Amazon Resource Name (ARN) of the virtual tape to delete. |
This example deletes the specified virtual tape.
var client = new AmazonStorageGatewayClient(); var response = client.DeleteTape(new DeleteTapeRequest { GatewayARN = "arn:aws:storagegateway:us-east-1:204469490176:gateway/sgw-12A3456B", TapeARN = "arn:aws:storagegateway:us-east-1:204469490176:tape/TEST05A2A0" }); string tapeARN = response.TapeARN;
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5