StorageAccountRegenerateKeysParameters Class
Represents the parameters that are used to regenerate access keys for a storage account.
Assembly: Microsoft.WindowsAzure.Management.Storage (in Microsoft.WindowsAzure.Management.Storage.dll)
System::Object
Microsoft.WindowsAzure.Management.Storage.Models::StorageAccountRegenerateKeysParameters
Microsoft.WindowsAzure.Management.Storage.Models::StorageAccountRegenerateKeysParameters
| Name | Description | |
|---|---|---|
![]() | StorageAccountRegenerateKeysParameters() | Initializes a new instance of the StorageAccountRegenerateKeysParameters class. |
![]() | StorageAccountRegenerateKeysParameters(String^, StorageKeyType) | Initializes a new instance of the StorageAccountRegenerateKeysParameters class with required arguments. |
| Name | Description | |
|---|---|---|
![]() | KeyType | Gets or sets a StorageKeyType value that specifies the key to regenerate. |
![]() | Name | Required. The name of the desired storage account. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


