| Package | Description |
|---|---|
| com.azure.resourcemanager.cdn.fluent |
Package containing the service clients for CdnManagementClient.
|
| com.azure.resourcemanager.cdn.models |
Package containing the data models for CdnManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
AfdEndpointUpdateParameters |
AfdEndpointUpdateParameters.withEnabledState(EnabledState enabledState)
Set the enabledState property: Whether to enable use of this rule.
|
AfdEndpointUpdateParameters |
AfdEndpointUpdateParameters.withOriginResponseTimeoutSeconds(Integer originResponseTimeoutSeconds)
Set the originResponseTimeoutSeconds property: Send and receive timeout on forwarding request to the origin.
|
AfdEndpointUpdateParameters |
AfdEndpointUpdateParameters.withTags(Map<String,String> tags)
Set the tags property: Endpoint tags.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.