Share via


StorageAccountRegenerateKeysResponse.SecondaryKey Property

 

Gets or sets the secondary access key for the storage account.

Namespace:   Microsoft.WindowsAzure.Management.Storage.Models
Assembly:  Microsoft.WindowsAzure.Management.Storage (in Microsoft.WindowsAzure.Management.Storage.dll)

Syntax

public string SecondaryKey { get; set; }
public:
property String^ SecondaryKey {
    String^ get();
    void set(String^ value);
}
member SecondaryKey : string with get, set
Public Property SecondaryKey As String

Property Value

Type: System.String

The secondary access key.

See Also

StorageAccountRegenerateKeysResponse Class
Microsoft.WindowsAzure.Management.Storage.Models Namespace

Return to top