Uses of Class
org.jclouds.azurecompute.arm.domain.Secrets.SourceVault
-
Packages that use Secrets.SourceVault Package Description org.jclouds.azurecompute.arm.domain -
-
Uses of Secrets.SourceVault in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return Secrets.SourceVault Modifier and Type Method Description static Secrets.SourceVault
Secrets.SourceVault. create(String id)
abstract Secrets.SourceVault
Secrets. sourceVault()
Name of the KeyVault which contains all the certificatesMethods in org.jclouds.azurecompute.arm.domain with parameters of type Secrets.SourceVault Modifier and Type Method Description static Secrets
Secrets. create(Secrets.SourceVault sourceVault, List<VaultCertificate> vaultCertificates)
-