KeyVaultSecretReference Class
- java.
lang. Object - com.
microsoft. azure. management. compute. KeyVaultSecretReference
- com.
public class KeyVaultSecretReference
Describes a reference to Key Vault Secret.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
secretUrl()
Get the secretUrl value. |
SubResource |
sourceVault()
Get the sourceVault value. |
Key |
withSecretUrl(String secretUrl)
Set the secretUrl value. |
Key |
withSourceVault(SubResource sourceVault)
Set the sourceVault value. |
Method Details
secretUrl
public String secretUrl()
Get the secretUrl value.
Returns:
the secretUrl value
sourceVault
public SubResource sourceVault()
Get the sourceVault value.
Returns:
the sourceVault value
withSecretUrl
public KeyVaultSecretReference withSecretUrl(String secretUrl)
Set the secretUrl value.
Parameters:
secretUrl
- the secretUrl value to set
Returns:
the KeyVaultSecretReference object itself.
withSourceVault
public KeyVaultSecretReference withSourceVault(SubResource sourceVault)
Set the sourceVault value.
Parameters:
sourceVault
- the sourceVault value to set
Returns:
the KeyVaultSecretReference object itself.
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java