StorageAccountRegenerateKeysResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.AzureOperationResponseStorageAccountRegenerateKeysResponse
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. |