KeyVaultProperties Class
Properties to configure keyVault Properties.
- Inheritance
-
azure.mgmt.eventhub._serialization.ModelKeyVaultProperties
Constructor
KeyVaultProperties(*, key_name: str | None = None, key_vault_uri: str | None = None, key_version: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
key_name
|
Name of the Key from KeyVault. |
key_vault_uri
|
Uri of KeyVault. |
key_version
|
Key Version. |
Variables
Name | Description |
---|---|
key_name
|
Name of the Key from KeyVault. |
key_vault_uri
|
Uri of KeyVault. |
key_version
|
Key Version. |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python