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. |
secret_url
|
Secret URL which contains the protected settings of the extension. |
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. |
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