你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

VaultCreateOrUpdateParameters interface

Parameters for creating or updating a vault

Properties

location

The supported Azure location where the key vault should be created.

properties

Properties of the vault

tags

The tags that will be assigned to the key vault.

Property Details

location

The supported Azure location where the key vault should be created.

location: string

Property Value

string

properties

Properties of the vault

properties: VaultProperties

Property Value

tags

The tags that will be assigned to the key vault.

tags?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}