Uses of Interface
com.microsoft.azure.management.keyvault.Vault
Package
Description
This package contains the classes for WebSiteManagementClient.
This package contains the classes for KeyVaultManagementClient.
-
Uses of Vault in com.microsoft.azure.management.appservice
Modifier and TypeMethodDescriptionAppServiceCertificateOrder.createKeyVaultBinding
(String certificateName, Vault vault) Bind a Key Vault secret to a certificate store that will be used for storing the certificate once it's ready.rx.Observable<AppServiceCertificateKeyVaultBinding>
AppServiceCertificateOrder.createKeyVaultBindingAsync
(String certificateName, Vault vault) Bind a Key Vault secret to a certificate store that will be used for storing the certificate once it's ready.AppServiceCertificateOrder.DefinitionStages.WithKeyVault.withExistingKeyVault
(Vault vault) Specifies an existing key vault to store the certificate private key.HostNameSslBinding.DefinitionStages.WithKeyVault.withExistingKeyVault
(Vault vault) Stores the certificate in an existing vault.HostNameSslBinding.UpdateDefinitionStages.WithKeyVault.withExistingKeyVault
(Vault vault) Stores the certificate in an existing vault. -
Uses of Vault in com.microsoft.azure.management.keyvault
Modifier and TypeMethodDescriptionVaults.recoverSoftDeletedVault
(String resourceGroupName, String vaultName, String location) Recovers a soft deleted vault.Modifier and TypeMethodDescriptionrx.Observable<Vault>
Vaults.recoverSoftDeletedVaultAsync
(String resourceGroupName, String vaultName, String location) Recovers a soft deleted vault.