Class VaultSecretGroup
java.lang.Object
com.microsoft.azure.management.compute.VaultSecretGroup
Describes a set of certificates which are all in the same Key Vault.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.microsoft.azure.SubResource
Get the relative URL of the Key Vault containing all of the certificates in VaultCertificates.Get the list of key vault references in SourceVault which contain certificates.withSourceVault
(com.microsoft.azure.SubResource sourceVault) Set the relative URL of the Key Vault containing all of the certificates in VaultCertificates.withVaultCertificates
(List<VaultCertificate> vaultCertificates) Set the list of key vault references in SourceVault which contain certificates.
-
Constructor Details
-
VaultSecretGroup
public VaultSecretGroup()
-
-
Method Details
-
sourceVault
public com.microsoft.azure.SubResource sourceVault()Get the relative URL of the Key Vault containing all of the certificates in VaultCertificates.- Returns:
- the sourceVault value
-
withSourceVault
Set the relative URL of the Key Vault containing all of the certificates in VaultCertificates.- Parameters:
sourceVault
- the sourceVault value to set- Returns:
- the VaultSecretGroup object itself.
-
vaultCertificates
Get the list of key vault references in SourceVault which contain certificates.- Returns:
- the vaultCertificates value
-
withVaultCertificates
Set the list of key vault references in SourceVault which contain certificates.- Parameters:
vaultCertificates
- the vaultCertificates value to set- Returns:
- the VaultSecretGroup object itself.
-