CloudServiceVaultAndSecretReference Class
Protected settings for the extension, referenced using KeyVault which are encrypted before sent to the role instance.
Constructor
CloudServiceVaultAndSecretReference(*, source_vault: _models.SubResource | None = None, secret_url: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
source_vault
|
The ARM Resource ID of the Key Vault. Default value: None
|
secret_url
|
Secret URL which contains the protected settings of the extension. Default value: None
|
Variables
Name | Description |
---|---|
source_vault
|
The ARM Resource ID of the Key Vault. |
secret_url
|
Secret URL which contains the protected settings of the extension. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python