VaultSecretGroup 类
定义
Describes a set of certificates which are all in the same Key Vault.
public class VaultSecretGroup
- 继承
-
java.lang.ObjectVaultSecretGroup
方法
sourceVault() |
Get the sourceVault value.
|
vaultCertificates() |
Get the vaultCertificates value.
|
withSourceVault(SubResource sourceVault) |
Set the sourceVault value.
|
withVaultCertificates(List<VaultCertificate> vaultCertificates) |
Set the vaultCertificates value.
|