com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AfdEndpointInner>,AfdEndpointInner> |
AfdEndpointsClient.beginUpdate(String resourceGroupName,
String profileName,
String endpointName,
AfdEndpointUpdateParameters endpointUpdateProperties) |
Updates an existing AzureFrontDoor endpoint with the specified endpoint name under the specified subscription,
resource group and profile.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AfdEndpointInner>,AfdEndpointInner> |
AfdEndpointsClient.beginUpdate(String resourceGroupName,
String profileName,
String endpointName,
AfdEndpointUpdateParameters endpointUpdateProperties,
com.azure.core.util.Context context) |
Updates an existing AzureFrontDoor endpoint with the specified endpoint name under the specified subscription,
resource group and profile.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<AfdEndpointInner>,AfdEndpointInner> |
AfdEndpointsClient.beginUpdateAsync(String resourceGroupName,
String profileName,
String endpointName,
AfdEndpointUpdateParameters endpointUpdateProperties) |
Updates an existing AzureFrontDoor endpoint with the specified endpoint name under the specified subscription,
resource group and profile.
|
AfdEndpointInner |
AfdEndpointsClient.update(String resourceGroupName,
String profileName,
String endpointName,
AfdEndpointUpdateParameters endpointUpdateProperties) |
Updates an existing AzureFrontDoor endpoint with the specified endpoint name under the specified subscription,
resource group and profile.
|
AfdEndpointInner |
AfdEndpointsClient.update(String resourceGroupName,
String profileName,
String endpointName,
AfdEndpointUpdateParameters endpointUpdateProperties,
com.azure.core.util.Context context) |
Updates an existing AzureFrontDoor endpoint with the specified endpoint name under the specified subscription,
resource group and profile.
|
Mono<AfdEndpointInner> |
AfdEndpointsClient.updateAsync(String resourceGroupName,
String profileName,
String endpointName,
AfdEndpointUpdateParameters endpointUpdateProperties) |
Updates an existing AzureFrontDoor endpoint with the specified endpoint name under the specified subscription,
resource group and profile.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
AfdEndpointsClient.updateWithResponseAsync(String resourceGroupName,
String profileName,
String endpointName,
AfdEndpointUpdateParameters endpointUpdateProperties) |
Updates an existing AzureFrontDoor endpoint with the specified endpoint name under the specified subscription,
resource group and profile.
|