Uses of Class
org.jclouds.azurecompute.arm.domain.VaultCertificate
-
Packages that use VaultCertificate Package Description org.jclouds.azurecompute.arm.domain -
-
Uses of VaultCertificate in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return VaultCertificate Modifier and Type Method Description static VaultCertificate
VaultCertificate. create(String certificateUrl, String certificateStore)
Methods in org.jclouds.azurecompute.arm.domain that return types with arguments of type VaultCertificate Modifier and Type Method Description abstract List<VaultCertificate>
Secrets. vaultCertificates()
List of the certificatesMethod parameters in org.jclouds.azurecompute.arm.domain with type arguments of type VaultCertificate Modifier and Type Method Description static Secrets
Secrets. create(Secrets.SourceVault sourceVault, List<VaultCertificate> vaultCertificates)
-