KeyVaultAndSecretReference Class
- java.
lang. Object - com.
microsoft. azure. management. compute. KeyVaultAndSecretReference
- com.
public class KeyVaultAndSecretReference
Key Vault Secret Url and vault id of the encryption key.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
secretUrl()
Get the secretUrl value. |
Source |
sourceVault()
Get the sourceVault value. |
Key |
withSecretUrl(String secretUrl)
Set the secretUrl value. |
Key |
withSourceVault(SourceVault sourceVault)
Set the sourceVault value. |
Method Details
secretUrl
public String secretUrl()
Get the secretUrl value.
Returns:
the secretUrl value
sourceVault
public SourceVault sourceVault()
Get the sourceVault value.
Returns:
the sourceVault value
withSecretUrl
public KeyVaultAndSecretReference withSecretUrl(String secretUrl)
Set the secretUrl value.
Parameters:
secretUrl
- the secretUrl value to set
Returns:
the KeyVaultAndSecretReference object itself.
withSourceVault
public KeyVaultAndSecretReference withSourceVault(SourceVault sourceVault)
Set the sourceVault value.
Parameters:
sourceVault
- the sourceVault value to set
Returns:
the KeyVaultAndSecretReference object itself.
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Java