StorageAccountRegenerateKeysResponse Class

Definition

The primary and secondary access keys for a storage account.

public class StorageAccountRegenerateKeysResponse : Microsoft.Azure.AzureOperationResponse
type StorageAccountRegenerateKeysResponse = class
    inherit AzureOperationResponse
Public Class StorageAccountRegenerateKeysResponse
Inherits AzureOperationResponse
Inheritance
Microsoft.Azure.AzureOperationResponse
StorageAccountRegenerateKeysResponse

Constructors

StorageAccountRegenerateKeysResponse()

Initializes a new instance of the StorageAccountRegenerateKeysResponse class.

Properties

PrimaryKey

Optional. The primary access key for the storage account.

SecondaryKey

Optional. The secondary access key for the storage account.

Uri

Optional. The Service Management API request URI used to perform Get Storage Account Properties requests against the storage account.

Applies to