| Modifier and Type | Method and Description |
|---|---|
void |
AppServiceCertificateOrder.verifyDomainOwnership(AppServiceDomain domain)
Verifies the ownership of the domain by providing the Azure purchased domain.
|
rx.Completable |
AppServiceCertificateOrder.verifyDomainOwnershipAsync(AppServiceDomain domain)
Verifies the ownership of the domain by providing the Azure purchased domain.
|
HostNameBinding.DefinitionStages.WithSubDomain<ParentT> |
HostNameBinding.DefinitionStages.WithDomain.withAzureManagedDomain(AppServiceDomain domain)
Binds to a domain purchased from Azure.
|
HostNameBinding.UpdateDefinitionStages.WithSubDomain<ParentT> |
HostNameBinding.UpdateDefinitionStages.WithDomain.withAzureManagedDomain(AppServiceDomain domain)
Binds to a domain purchased from Azure.
|
AppServiceCertificateOrder.DefinitionStages.WithKeyVault |
AppServiceCertificateOrder.DefinitionStages.WithDomainVerification.withDomainVerification(AppServiceDomain domain)
Specifies the Azure managed domain to verify the ownership of the domain.
|
WebAppBase.DefinitionStages.WithCreate<FluentT> |
WebAppBase.DefinitionStages.WithHostNameBinding.withManagedHostnameBindings(AppServiceDomain domain,
String... hostnames)
Defines a list of host names of an Azure managed domain.
|
WebAppBase.Update<FluentT> |
WebAppBase.UpdateStages.WithHostNameBinding.withManagedHostnameBindings(AppServiceDomain domain,
String... hostnames)
Defines a list of host names of an Azure managed domain.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/