com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ProfileInner>,ProfileInner> |
ProfilesClient.beginUpdate(String resourceGroupName,
String profileName,
ProfileUpdateParameters profileUpdateParameters) |
Updates an existing Azure Front Door Standard or Azure Front Door Premium or CDN profile with the specified
profile name under the specified subscription and resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ProfileInner>,ProfileInner> |
ProfilesClient.beginUpdate(String resourceGroupName,
String profileName,
ProfileUpdateParameters profileUpdateParameters,
com.azure.core.util.Context context) |
Updates an existing Azure Front Door Standard or Azure Front Door Premium or CDN profile with the specified
profile name under the specified subscription and resource group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ProfileInner>,ProfileInner> |
ProfilesClient.beginUpdateAsync(String resourceGroupName,
String profileName,
ProfileUpdateParameters profileUpdateParameters) |
Updates an existing Azure Front Door Standard or Azure Front Door Premium or CDN profile with the specified
profile name under the specified subscription and resource group.
|
ProfileInner |
ProfilesClient.update(String resourceGroupName,
String profileName,
ProfileUpdateParameters profileUpdateParameters) |
Updates an existing Azure Front Door Standard or Azure Front Door Premium or CDN profile with the specified
profile name under the specified subscription and resource group.
|
ProfileInner |
ProfilesClient.update(String resourceGroupName,
String profileName,
ProfileUpdateParameters profileUpdateParameters,
com.azure.core.util.Context context) |
Updates an existing Azure Front Door Standard or Azure Front Door Premium or CDN profile with the specified
profile name under the specified subscription and resource group.
|
Mono<ProfileInner> |
ProfilesClient.updateAsync(String resourceGroupName,
String profileName,
ProfileUpdateParameters profileUpdateParameters) |
Updates an existing Azure Front Door Standard or Azure Front Door Premium or CDN profile with the specified
profile name under the specified subscription and resource group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
ProfilesClient.updateWithResponseAsync(String resourceGroupName,
String profileName,
ProfileUpdateParameters profileUpdateParameters) |
Updates an existing Azure Front Door Standard or Azure Front Door Premium or CDN profile with the specified
profile name under the specified subscription and resource group.
|