Uses of Interface
com.azure.resourcemanager.appservice.models.AppServiceCertificateKeyVaultBinding
-
Packages that use AppServiceCertificateKeyVaultBinding Package Description com.azure.resourcemanager.appservice.models 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 AppServiceCertificateKeyVaultBinding Modifier and Type Method Description AppServiceCertificateKeyVaultBindingAppServiceCertificateOrder. 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.AppServiceCertificateKeyVaultBindingAppServiceCertificateOrder. getKeyVaultBinding()Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type AppServiceCertificateKeyVaultBinding Modifier and Type Method Description Mono<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.Mono<AppServiceCertificateKeyVaultBinding>AppServiceCertificateOrder. getKeyVaultBindingAsync()
-