Package | Description |
---|---|
com.microsoft.azure.management.appservice |
This package contains the classes for WebSiteManagementClient.
|
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 © 2019. All rights reserved.