AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
Sends a request to the AWS Storage Gateway server running at the specified address, and returns the activation key for that server. The default max retry count and max exponential backoff time will be used.

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

Syntax

C#
public String GetActivationKey(
         String gatewayAddress
)

Parameters

gatewayAddress
Type: System.String

The DNS name or IP address of a running AWS Storage Gateway

Return Value
Type: System.String
The activation key required for some API calls to AWS Storage Gateway.

Remarks

Maximum default retry count is 5 attempts, with exponential backoff up to a max of 30 seconds.

Version Information

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