void |
AppServiceCertificateOrder.verifyDomainOwnership(AppServiceDomain domain) |
Verifies the ownership of the domain by providing the Azure purchased domain.
|
Mono<Void> |
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.
|