StorageAccountGetKeysResponse 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 StorageAccountGetKeysResponse : Microsoft.Azure.AzureOperationResponse
type StorageAccountGetKeysResponse = class
inherit AzureOperationResponse
Public Class StorageAccountGetKeysResponse
Inherits AzureOperationResponse
- Inheritance
-
Microsoft.Azure.AzureOperationResponseStorageAccountGetKeysResponse
Constructors
StorageAccountGetKeysResponse() |
Initializes a new instance of the StorageAccountGetKeysResponse 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. |