StorageAccountRegenerateKeysParameters.KeyType Propriedade
Obtém ou define um StorageKeyType valor que especifica a chave deve ser regenerada.
Namespace: Microsoft.WindowsAzure.Management.Storage.Models
Assembly: Microsoft.WindowsAzure.Management.Storage (em Microsoft.WindowsAzure.Management.Storage.dll)
Sintaxe
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
Valor de propriedade
Type: Microsoft.WindowsAzure.Management.Storage.Models.StorageKeyType
Um StorageKeyType valor.
Consulte também
Classe StorageAccountRegenerateKeysParameters
Namespace Microsoft.WindowsAzure.Management.Storage.Models
Retornar ao topo