你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
VaultSecretGroup Class
- java.
lang. Object - com.
microsoft. azure. management. compute. VaultSecretGroup
- com.
public class VaultSecretGroup
Describes a set of certificates which are all in the same Key Vault.
Method Summary
Modifier and Type | Method and Description |
---|---|
SubResource |
sourceVault()
Get the sourceVault value. |
List<Vault |
vaultCertificates()
Get the vaultCertificates value. |
Vault |
withSourceVault(SubResource sourceVault)
Set the sourceVault value. |
Vault |
withVaultCertificates(List<VaultCertificate> vaultCertificates)
Set the vaultCertificates value. |
Method Details
sourceVault
public SubResource sourceVault()
Get the sourceVault value.
Returns:
the sourceVault value
vaultCertificates
public List
Get the vaultCertificates value.
Returns:
the vaultCertificates value
withSourceVault
public VaultSecretGroup withSourceVault(SubResource sourceVault)
Set the sourceVault value.
Parameters:
sourceVault
- the sourceVault value to set
Returns:
the VaultSecretGroup object itself.
withVaultCertificates
public VaultSecretGroup withVaultCertificates(List
Set the vaultCertificates value.
Parameters:
vaultCertificates
- the vaultCertificates value to set
Returns:
the VaultSecretGroup object itself.