| 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<AfdOriginInner>,AfdOriginInner> |
AfdOriginsClient.beginUpdate(String resourceGroupName,
String profileName,
String originGroupName,
String originName,
AfdOriginUpdateParameters originUpdateProperties)
Updates an existing origin within an origin group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AfdOriginInner>,AfdOriginInner> |
AfdOriginsClient.beginUpdate(String resourceGroupName,
String profileName,
String originGroupName,
String originName,
AfdOriginUpdateParameters originUpdateProperties,
com.azure.core.util.Context context)
Updates an existing origin within an origin group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<AfdOriginInner>,AfdOriginInner> |
AfdOriginsClient.beginUpdateAsync(String resourceGroupName,
String profileName,
String originGroupName,
String originName,
AfdOriginUpdateParameters originUpdateProperties)
Updates an existing origin within an origin group.
|
AfdOriginInner |
AfdOriginsClient.update(String resourceGroupName,
String profileName,
String originGroupName,
String originName,
AfdOriginUpdateParameters originUpdateProperties)
Updates an existing origin within an origin group.
|
AfdOriginInner |
AfdOriginsClient.update(String resourceGroupName,
String profileName,
String originGroupName,
String originName,
AfdOriginUpdateParameters originUpdateProperties,
com.azure.core.util.Context context)
Updates an existing origin within an origin group.
|
Mono<AfdOriginInner> |
AfdOriginsClient.updateAsync(String resourceGroupName,
String profileName,
String originGroupName,
String originName,
AfdOriginUpdateParameters originUpdateProperties)
Updates an existing origin within an origin group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
AfdOriginsClient.updateWithResponseAsync(String resourceGroupName,
String profileName,
String originGroupName,
String originName,
AfdOriginUpdateParameters originUpdateProperties)
Updates an existing origin within an origin group.
|
| Modifier and Type | Method and Description |
|---|---|
AfdOriginUpdateParameters |
AfdOriginUpdateParameters.withAzureOrigin(ResourceReference azureOrigin)
Set the azureOrigin property: Resource reference to the Azure origin resource.
|
AfdOriginUpdateParameters |
AfdOriginUpdateParameters.withEnabledState(EnabledState enabledState)
Set the enabledState property: Whether to enable health probes to be made against backends defined under
backendPools.
|
AfdOriginUpdateParameters |
AfdOriginUpdateParameters.withHostname(String hostname)
Set the hostname property: The address of the origin.
|
AfdOriginUpdateParameters |
AfdOriginUpdateParameters.withHttpPort(Integer httpPort)
Set the httpPort property: The value of the HTTP port.
|
AfdOriginUpdateParameters |
AfdOriginUpdateParameters.withHttpsPort(Integer httpsPort)
Set the httpsPort property: The value of the HTTPS port.
|
AfdOriginUpdateParameters |
AfdOriginUpdateParameters.withOriginHostHeader(String originHostHeader)
Set the originHostHeader property: The host header value sent to the origin with each request.
|
AfdOriginUpdateParameters |
AfdOriginUpdateParameters.withPriority(Integer priority)
Set the priority property: Priority of origin in given origin group for load balancing.
|
AfdOriginUpdateParameters |
AfdOriginUpdateParameters.withSharedPrivateLinkResource(Object sharedPrivateLinkResource)
Set the sharedPrivateLinkResource property: The properties of the private link resource for private origin.
|
AfdOriginUpdateParameters |
AfdOriginUpdateParameters.withWeight(Integer weight)
Set the weight property: Weight of the origin in given origin group for load balancing.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.