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:
vaultCertificates
public List
Get the vaultCertificates value.
Returns:
withSourceVault
public VaultSecretGroup withSourceVault(SubResource sourceVault)
Set the sourceVault value.
Parameters:
Returns:
withVaultCertificates
public VaultSecretGroup withVaultCertificates(List
Set the vaultCertificates value.
Parameters:
Returns:
Applies to
Azure SDK for Java