共用方式為


VaultCreateOrUpdateParameters 類別

用於建立或更新保存庫的參數。

必須填入所有必要的參數,才能傳送至 Azure。

繼承
azure.mgmt.keyvault._serialization.Model
VaultCreateOrUpdateParameters

建構函式

VaultCreateOrUpdateParameters(*, location: str, properties: _models.VaultProperties, tags: Dict[str, str] | None = None, **kwargs: Any)

僅限關鍵字參數

名稱 Description
location
str

應建立金鑰保存庫的支援 Azure 位置。 必要。

tags

將指派給金鑰保存庫的標記。

properties

保存庫的屬性。 必要。

變數

名稱 Description
location
str

應建立金鑰保存庫的支援 Azure 位置。 必要。

tags

將指派給金鑰保存庫的標記。

properties

保存庫的屬性。 必要。