| 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 |
|---|---|
AfdOriginGroupInner |
AfdOriginGroupsClient.create(String resourceGroupName,
String profileName,
String originGroupName,
AfdOriginGroupInner originGroup)
Creates a new origin group within the specified profile.
|
AfdOriginGroupInner |
AfdOriginGroupsClient.create(String resourceGroupName,
String profileName,
String originGroupName,
AfdOriginGroupInner originGroup,
com.azure.core.util.Context context)
Creates a new origin group within the specified profile.
|
AfdOriginGroupInner |
AfdOriginGroupsClient.get(String resourceGroupName,
String profileName,
String originGroupName)
Gets an existing origin group within a profile.
|
AfdOriginGroupInner |
AfdOriginGroupsClient.update(String resourceGroupName,
String profileName,
String originGroupName,
AfdOriginGroupUpdateParameters originGroupUpdateProperties)
Updates an existing origin group within a profile.
|
AfdOriginGroupInner |
AfdOriginGroupsClient.update(String resourceGroupName,
String profileName,
String originGroupName,
AfdOriginGroupUpdateParameters originGroupUpdateProperties,
com.azure.core.util.Context context)
Updates an existing origin group within a profile.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AfdOriginGroupInner>,AfdOriginGroupInner> |
AfdOriginGroupsClient.beginCreate(String resourceGroupName,
String profileName,
String originGroupName,
AfdOriginGroupInner originGroup)
Creates a new origin group within the specified profile.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AfdOriginGroupInner>,AfdOriginGroupInner> |
AfdOriginGroupsClient.beginCreate(String resourceGroupName,
String profileName,
String originGroupName,
AfdOriginGroupInner originGroup,
com.azure.core.util.Context context)
Creates a new origin group within the specified profile.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<AfdOriginGroupInner>,AfdOriginGroupInner> |
AfdOriginGroupsClient.beginCreateAsync(String resourceGroupName,
String profileName,
String originGroupName,
AfdOriginGroupInner originGroup)
Creates a new origin group within the specified profile.
|
AfdOriginGroupInner |
AfdOriginGroupsClient.create(String resourceGroupName,
String profileName,
String originGroupName,
AfdOriginGroupInner originGroup)
Creates a new origin group within the specified profile.
|
AfdOriginGroupInner |
AfdOriginGroupsClient.create(String resourceGroupName,
String profileName,
String originGroupName,
AfdOriginGroupInner originGroup,
com.azure.core.util.Context context)
Creates a new origin group within the specified profile.
|
Mono<AfdOriginGroupInner> |
AfdOriginGroupsClient.createAsync(String resourceGroupName,
String profileName,
String originGroupName,
AfdOriginGroupInner originGroup)
Creates a new origin group within the specified profile.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
AfdOriginGroupsClient.createWithResponseAsync(String resourceGroupName,
String profileName,
String originGroupName,
AfdOriginGroupInner originGroup)
Creates a new origin group within the specified profile.
|
| Modifier and Type | Method and Description |
|---|---|
AfdOriginGroupInner |
AfdOriginGroupInner.withHealthProbeSettings(HealthProbeParameters healthProbeSettings)
Set the healthProbeSettings property: Health probe settings to the origin that is used to determine the health of
the origin.
|
AfdOriginGroupInner |
AfdOriginGroupInner.withLoadBalancingSettings(LoadBalancingSettingsParameters loadBalancingSettings)
Set the loadBalancingSettings property: Load balancing settings for a backend pool.
|
AfdOriginGroupInner |
AfdOriginGroupInner.withResponseBasedAfdOriginErrorDetectionSettings(ResponseBasedOriginErrorDetectionParameters responseBasedAfdOriginErrorDetectionSettings)
Set the responseBasedAfdOriginErrorDetectionSettings property: The JSON object that contains the properties to
determine origin health using real requests/responses.
|
AfdOriginGroupInner |
AfdOriginGroupInner.withSessionAffinityState(EnabledState sessionAffinityState)
Set the sessionAffinityState property: Whether to allow session affinity on this host.
|
AfdOriginGroupInner |
AfdOriginGroupInner.withTrafficRestorationTimeToHealedOrNewEndpointsInMinutes(Integer trafficRestorationTimeToHealedOrNewEndpointsInMinutes)
Set the trafficRestorationTimeToHealedOrNewEndpointsInMinutes property: Time in minutes to shift the traffic to
the endpoint gradually when an unhealthy endpoint comes healthy or a new endpoint is added.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.