public final class VaultSecretGroup extends Object
Constructor and Description |
---|
VaultSecretGroup() |
Modifier and Type | Method and Description |
---|---|
com.azure.core.management.SubResource |
sourceVault()
Get the sourceVault property: The relative URL of the Key Vault containing all of the certificates in
VaultCertificates.
|
void |
validate()
Validates the instance.
|
List<VaultCertificate> |
vaultCertificates()
Get the vaultCertificates property: The list of key vault references in SourceVault which contain certificates.
|
VaultSecretGroup |
withSourceVault(com.azure.core.management.SubResource sourceVault)
Set the sourceVault property: The relative URL of the Key Vault containing all of the certificates in
VaultCertificates.
|
VaultSecretGroup |
withVaultCertificates(List<VaultCertificate> vaultCertificates)
Set the vaultCertificates property: The list of key vault references in SourceVault which contain certificates.
|
public com.azure.core.management.SubResource sourceVault()
public VaultSecretGroup withSourceVault(com.azure.core.management.SubResource sourceVault)
sourceVault
- the sourceVault value to set.public List<VaultCertificate> vaultCertificates()
public VaultSecretGroup withVaultCertificates(List<VaultCertificate> vaultCertificates)
vaultCertificates
- the vaultCertificates value to set.public void validate()
IllegalArgumentException
- thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.