VaultPatchParameters Class

Parameters for creating or updating a vault.

Inheritance
VaultPatchParameters

Constructor

VaultPatchParameters(*, tags: Optional[Dict[str, str]] = None, properties: Optional[azure.mgmt.keyvault.v2016_10_01.models._models_py3.VaultPatchProperties] = None, **kwargs)

Variables

tags
dict[str, str]

A set of tags. The tags that will be assigned to the key vault.

properties
VaultPatchProperties

Properties of the vault.