CloudServiceVaultAndSecretReference Class
Protected settings for the extension, referenced using KeyVault which are encrypted before sent to the role instance.
- Inheritance
-
azure.mgmt.compute._serialization.ModelCloudServiceVaultAndSecretReference
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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python