| Package | Description |
|---|---|
| com.azure.resourcemanager.cdn.fluent |
Package containing the service clients for CdnManagementClient.
|
| com.azure.resourcemanager.cdn.fluent.models |
Package containing the inner data models for CdnManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
AfdDomainInner |
AfdCustomDomainsClient.create(String resourceGroupName,
String profileName,
String customDomainName,
AfdDomainInner customDomain)
Creates a new domain within the specified profile.
|
AfdDomainInner |
AfdCustomDomainsClient.create(String resourceGroupName,
String profileName,
String customDomainName,
AfdDomainInner customDomain,
com.azure.core.util.Context context)
Creates a new domain within the specified profile.
|
AfdDomainInner |
AfdCustomDomainsClient.get(String resourceGroupName,
String profileName,
String customDomainName)
Gets an existing AzureFrontDoor domain with the specified domain name under the specified subscription, resource
group and profile.
|
AfdDomainInner |
AfdCustomDomainsClient.update(String resourceGroupName,
String profileName,
String customDomainName)
Updates an existing domain within a profile.
|
AfdDomainInner |
AfdCustomDomainsClient.update(String resourceGroupName,
String profileName,
String customDomainName,
AfdDomainHttpsParameters tlsSettings,
ResourceReference azureDnsZone)
Updates an existing domain within a profile.
|
AfdDomainInner |
AfdCustomDomainsClient.update(String resourceGroupName,
String profileName,
String customDomainName,
AfdDomainHttpsParameters tlsSettings,
ResourceReference azureDnsZone,
com.azure.core.util.Context context)
Updates an existing domain within a profile.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AfdDomainInner>,AfdDomainInner> |
AfdCustomDomainsClient.beginCreate(String resourceGroupName,
String profileName,
String customDomainName,
AfdDomainInner customDomain)
Creates a new domain within the specified profile.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AfdDomainInner>,AfdDomainInner> |
AfdCustomDomainsClient.beginCreate(String resourceGroupName,
String profileName,
String customDomainName,
AfdDomainInner customDomain,
com.azure.core.util.Context context)
Creates a new domain within the specified profile.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<AfdDomainInner>,AfdDomainInner> |
AfdCustomDomainsClient.beginCreateAsync(String resourceGroupName,
String profileName,
String customDomainName,
AfdDomainInner customDomain)
Creates a new domain within the specified profile.
|
AfdDomainInner |
AfdCustomDomainsClient.create(String resourceGroupName,
String profileName,
String customDomainName,
AfdDomainInner customDomain)
Creates a new domain within the specified profile.
|
AfdDomainInner |
AfdCustomDomainsClient.create(String resourceGroupName,
String profileName,
String customDomainName,
AfdDomainInner customDomain,
com.azure.core.util.Context context)
Creates a new domain within the specified profile.
|
Mono<AfdDomainInner> |
AfdCustomDomainsClient.createAsync(String resourceGroupName,
String profileName,
String customDomainName,
AfdDomainInner customDomain)
Creates a new domain within the specified profile.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
AfdCustomDomainsClient.createWithResponseAsync(String resourceGroupName,
String profileName,
String customDomainName,
AfdDomainInner customDomain)
Creates a new domain within the specified profile.
|
| Modifier and Type | Method and Description |
|---|---|
AfdDomainInner |
AfdDomainInner.withAzureDnsZone(ResourceReference azureDnsZone)
Set the azureDnsZone property: Resource reference to the Azure DNS zone.
|
AfdDomainInner |
AfdDomainInner.withHostname(String hostname)
Set the hostname property: The host name of the domain.
|
AfdDomainInner |
AfdDomainInner.withTlsSettings(AfdDomainHttpsParameters tlsSettings)
Set the tlsSettings property: The configuration specifying how to enable HTTPS for the domain - using
AzureFrontDoor managed certificate or user's own certificate.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.