Uses of Interface
com.azure.resourcemanager.appservice.models.AppServiceCertificateKeyVaultBinding
Packages that use AppServiceCertificateKeyVaultBinding
Package
Description
Package containing the data models for AppService.
-
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) Deprecated.Bind a Key Vault secret to a certificate store that will be used for storing the certificate once it's ready.AppServiceCertificateOrder.getKeyVaultBinding()Deprecated.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) Deprecated.Bind a Key Vault secret to a certificate store that will be used for storing the certificate once it's ready.AppServiceCertificateOrder.getKeyVaultBindingAsync()Deprecated.Gets the state of the Key Vault secret.