| 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<OriginInner>,OriginInner> |
OriginsClient.beginUpdate(String resourceGroupName,
String profileName,
String endpointName,
String originName,
OriginUpdateParameters originUpdateProperties)
Updates an existing origin within an endpoint.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OriginInner>,OriginInner> |
OriginsClient.beginUpdate(String resourceGroupName,
String profileName,
String endpointName,
String originName,
OriginUpdateParameters originUpdateProperties,
com.azure.core.util.Context context)
Updates an existing origin within an endpoint.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<OriginInner>,OriginInner> |
OriginsClient.beginUpdateAsync(String resourceGroupName,
String profileName,
String endpointName,
String originName,
OriginUpdateParameters originUpdateProperties)
Updates an existing origin within an endpoint.
|
OriginInner |
OriginsClient.update(String resourceGroupName,
String profileName,
String endpointName,
String originName,
OriginUpdateParameters originUpdateProperties)
Updates an existing origin within an endpoint.
|
OriginInner |
OriginsClient.update(String resourceGroupName,
String profileName,
String endpointName,
String originName,
OriginUpdateParameters originUpdateProperties,
com.azure.core.util.Context context)
Updates an existing origin within an endpoint.
|
Mono<OriginInner> |
OriginsClient.updateAsync(String resourceGroupName,
String profileName,
String endpointName,
String originName,
OriginUpdateParameters originUpdateProperties)
Updates an existing origin within an endpoint.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
OriginsClient.updateWithResponseAsync(String resourceGroupName,
String profileName,
String endpointName,
String originName,
OriginUpdateParameters originUpdateProperties)
Updates an existing origin within an endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
OriginUpdateParameters |
OriginUpdateParameters.withEnabled(Boolean enabled)
Set the enabled property: Origin is enabled for load balancing or not.
|
OriginUpdateParameters |
OriginUpdateParameters.withHostname(String hostname)
Set the hostname property: The address of the origin.
|
OriginUpdateParameters |
OriginUpdateParameters.withHttpPort(Integer httpPort)
Set the httpPort property: The value of the HTTP port.
|
OriginUpdateParameters |
OriginUpdateParameters.withHttpsPort(Integer httpsPort)
Set the httpsPort property: The value of the HTTPS port.
|
OriginUpdateParameters |
OriginUpdateParameters.withOriginHostHeader(String originHostHeader)
Set the originHostHeader property: The host header value sent to the origin with each request.
|
OriginUpdateParameters |
OriginUpdateParameters.withPriority(Integer priority)
Set the priority property: Priority of origin in given origin group for load balancing.
|
OriginUpdateParameters |
OriginUpdateParameters.withPrivateLinkAlias(String privateLinkAlias)
Set the privateLinkAlias property: The Alias of the Private Link resource.
|
OriginUpdateParameters |
OriginUpdateParameters.withPrivateLinkApprovalMessage(String privateLinkApprovalMessage)
Set the privateLinkApprovalMessage property: A custom message to be included in the approval request to connect
to the Private Link.
|
OriginUpdateParameters |
OriginUpdateParameters.withPrivateLinkLocation(String privateLinkLocation)
Set the privateLinkLocation property: The location of the Private Link resource.
|
OriginUpdateParameters |
OriginUpdateParameters.withPrivateLinkResourceId(String privateLinkResourceId)
Set the privateLinkResourceId property: The Resource Id of the Private Link resource.
|
OriginUpdateParameters |
OriginUpdateParameters.withWeight(Integer weight)
Set the weight property: Weight of the origin in given origin group for load balancing.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.