Compartir a través de


CloudServiceVaultAndSecretReference Class

Protected settings for the extension, referenced using KeyVault which are encrypted before sent to the role instance.

Inheritance
azure.mgmt.compute._serialization.Model
CloudServiceVaultAndSecretReference

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
str

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
str

Secret URL which contains the protected settings of the extension.