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) |
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.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.
|
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.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AfdDomainInner>,AfdDomainInner> |
AfdCustomDomainsClient.beginUpdate(String resourceGroupName,
String profileName,
String customDomainName,
AfdDomainHttpsParameters tlsSettings,
ResourceReference azureDnsZone) |
Updates an existing domain within a profile.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AfdDomainInner>,AfdDomainInner> |
AfdCustomDomainsClient.beginUpdate(String resourceGroupName,
String profileName,
String customDomainName,
AfdDomainHttpsParameters tlsSettings,
ResourceReference azureDnsZone) |
Updates an existing domain within a profile.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AfdDomainInner>,AfdDomainInner> |
AfdCustomDomainsClient.beginUpdate(String resourceGroupName,
String profileName,
String customDomainName,
AfdDomainHttpsParameters tlsSettings,
ResourceReference azureDnsZone,
com.azure.core.util.Context context) |
Updates an existing domain within a profile.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AfdDomainInner>,AfdDomainInner> |
AfdCustomDomainsClient.beginUpdate(String resourceGroupName,
String profileName,
String customDomainName,
AfdDomainHttpsParameters tlsSettings,
ResourceReference azureDnsZone,
com.azure.core.util.Context context) |
Updates an existing domain within a profile.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<AfdDomainInner>,AfdDomainInner> |
AfdCustomDomainsClient.beginUpdateAsync(String resourceGroupName,
String profileName,
String customDomainName,
AfdDomainHttpsParameters tlsSettings,
ResourceReference azureDnsZone) |
Updates an existing domain within a profile.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<AfdDomainInner>,AfdDomainInner> |
AfdCustomDomainsClient.beginUpdateAsync(String resourceGroupName,
String profileName,
String customDomainName,
AfdDomainHttpsParameters tlsSettings,
ResourceReference azureDnsZone) |
Updates an existing domain within a profile.
|
Mono<AfdDomainInner> |
AfdCustomDomainsClient.createAsync(String resourceGroupName,
String profileName,
String customDomainName,
AfdDomainInner customDomain) |
Creates a new domain within the specified profile.
|
Mono<AfdDomainInner> |
AfdCustomDomainsClient.getAsync(String resourceGroupName,
String profileName,
String customDomainName) |
Gets an existing AzureFrontDoor domain with the specified domain name under the specified subscription, resource
group and profile.
|
com.azure.core.http.rest.Response<AfdDomainInner> |
AfdCustomDomainsClient.getWithResponse(String resourceGroupName,
String profileName,
String customDomainName,
com.azure.core.util.Context context) |
Gets an existing AzureFrontDoor domain with the specified domain name under the specified subscription, resource
group and profile.
|
Mono<com.azure.core.http.rest.Response<AfdDomainInner>> |
AfdCustomDomainsClient.getWithResponseAsync(String resourceGroupName,
String profileName,
String customDomainName) |
Gets an existing AzureFrontDoor domain with the specified domain name under the specified subscription, resource
group and profile.
|
com.azure.core.http.rest.PagedIterable<AfdDomainInner> |
AfdCustomDomainsClient.listByProfile(String resourceGroupName,
String profileName) |
Lists existing AzureFrontDoor domains.
|
com.azure.core.http.rest.PagedIterable<AfdDomainInner> |
AfdCustomDomainsClient.listByProfile(String resourceGroupName,
String profileName,
com.azure.core.util.Context context) |
Lists existing AzureFrontDoor domains.
|
com.azure.core.http.rest.PagedFlux<AfdDomainInner> |
AfdCustomDomainsClient.listByProfileAsync(String resourceGroupName,
String profileName) |
Lists existing AzureFrontDoor domains.
|
Mono<AfdDomainInner> |
AfdCustomDomainsClient.updateAsync(String resourceGroupName,
String profileName,
String customDomainName) |
Updates an existing domain within a profile.
|
Mono<AfdDomainInner> |
AfdCustomDomainsClient.updateAsync(String resourceGroupName,
String profileName,
String customDomainName,
AfdDomainHttpsParameters tlsSettings,
ResourceReference azureDnsZone) |
Updates an existing domain within a profile.
|