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.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java