StorageAccountRegenerateKeysParameters.KeyType 属性

 

获取或设置 StorageKeyType 值,该值指定要重新生成密钥。

命名空间:   Microsoft.WindowsAzure.Management.Storage.Models
程序集:  Microsoft.WindowsAzure.Management.Storage(Microsoft.WindowsAzure.Management.Storage.dll 中)

语法

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

属性值

Type: Microsoft.WindowsAzure.Management.Storage.Models.StorageKeyType

一个 StorageKeyType 值。

请参阅

StorageAccountRegenerateKeysParameters 类
Microsoft.WindowsAzure.Management.Storage.Models 命名空间

返回页首