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
tags
The tags that will be assigned to the key vault.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}