Uses of Interface
com.azure.resourcemanager.appservice.models.AppServiceCertificateKeyVaultBinding
Packages that use AppServiceCertificateKeyVaultBinding
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of AppServiceCertificateKeyVaultBinding in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return AppServiceCertificateKeyVaultBindingModifier 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.AppServiceCertificateOrder.getKeyVaultBinding()
Gets the state of the Key Vault secret.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type AppServiceCertificateKeyVaultBindingModifier and TypeMethodDescriptionAppServiceCertificateOrder.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.getKeyVaultBindingAsync()
Gets the state of the Key Vault secret.