你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
VaultCreateOrUpdateParameters 类
用于创建或更新保管库的参数。
必须填充所有必需的参数才能发送到 Azure。
- 继承
-
azure.mgmt.keyvault._serialization.ModelVaultCreateOrUpdateParameters
构造函数
VaultCreateOrUpdateParameters(*, location: str, properties: _models.VaultProperties, tags: Dict[str, str] | None = None, **kwargs: Any)
仅限关键字的参数
名称 | 说明 |
---|---|
location
|
应在其中创建密钥保管库的受支持 Azure 位置。 必需。 |
tags
|
将分配给密钥保管库的标记。 |
properties
|
保管库的属性。 必需。 |
变量
名称 | 说明 |
---|---|
location
|
应在其中创建密钥保管库的受支持 Azure 位置。 必需。 |
tags
|
将分配给密钥保管库的标记。 |
properties
|
保管库的属性。 必需。 |