StorageAccountRegenerateKeysParameters.KeyType Property
Gets or sets a StorageKeyType value that specifies the key to regenerate.
Namespace: Microsoft.WindowsAzure.Management.Storage.Models
Assembly: Microsoft.WindowsAzure.Management.Storage (in Microsoft.WindowsAzure.Management.Storage.dll)
Syntax
public StorageKeyType KeyType { get; set; }
public:
property StorageKeyType KeyType {
StorageKeyType get();
void set(StorageKeyType value);
}
member KeyType : StorageKeyType with get, set
Public Property KeyType As StorageKeyType
Property Value
Type: Microsoft.WindowsAzure.Management.Storage.Models.StorageKeyType
A StorageKeyType value.
See Also
StorageAccountRegenerateKeysParameters Class
Microsoft.WindowsAzure.Management.Storage.Models Namespace
Return to top