public interface OriginGroupsClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OriginGroupInner>,OriginGroupInner> |
beginCreate(String resourceGroupName,
String profileName,
String endpointName,
String originGroupName,
OriginGroupInner originGroup)
Creates a new origin group within the specified endpoint.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OriginGroupInner>,OriginGroupInner> |
beginCreate(String resourceGroupName,
String profileName,
String endpointName,
String originGroupName,
OriginGroupInner originGroup,
com.azure.core.util.Context context)
Creates a new origin group within the specified endpoint.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<OriginGroupInner>,OriginGroupInner> |
beginCreateAsync(String resourceGroupName,
String profileName,
String endpointName,
String originGroupName,
OriginGroupInner originGroup)
Creates a new origin group within the specified endpoint.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String profileName,
String endpointName,
String originGroupName)
Deletes an existing origin group within an endpoint.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String profileName,
String endpointName,
String originGroupName,
com.azure.core.util.Context context)
Deletes an existing origin group within an endpoint.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String profileName,
String endpointName,
String originGroupName)
Deletes an existing origin group within an endpoint.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OriginGroupInner>,OriginGroupInner> |
beginUpdate(String resourceGroupName,
String profileName,
String endpointName,
String originGroupName,
OriginGroupUpdateParameters originGroupUpdateProperties)
Updates an existing origin group within an endpoint.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OriginGroupInner>,OriginGroupInner> |
beginUpdate(String resourceGroupName,
String profileName,
String endpointName,
String originGroupName,
OriginGroupUpdateParameters originGroupUpdateProperties,
com.azure.core.util.Context context)
Updates an existing origin group within an endpoint.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<OriginGroupInner>,OriginGroupInner> |
beginUpdateAsync(String resourceGroupName,
String profileName,
String endpointName,
String originGroupName,
OriginGroupUpdateParameters originGroupUpdateProperties)
Updates an existing origin group within an endpoint.
|
OriginGroupInner |
create(String resourceGroupName,
String profileName,
String endpointName,
String originGroupName,
OriginGroupInner originGroup)
Creates a new origin group within the specified endpoint.
|
OriginGroupInner |
create(String resourceGroupName,
String profileName,
String endpointName,
String originGroupName,
OriginGroupInner originGroup,
com.azure.core.util.Context context)
Creates a new origin group within the specified endpoint.
|
Mono<OriginGroupInner> |
createAsync(String resourceGroupName,
String profileName,
String endpointName,
String originGroupName,
OriginGroupInner originGroup)
Creates a new origin group within the specified endpoint.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createWithResponseAsync(String resourceGroupName,
String profileName,
String endpointName,
String originGroupName,
OriginGroupInner originGroup)
Creates a new origin group within the specified endpoint.
|
void |
delete(String resourceGroupName,
String profileName,
String endpointName,
String originGroupName)
Deletes an existing origin group within an endpoint.
|
void |
delete(String resourceGroupName,
String profileName,
String endpointName,
String originGroupName,
com.azure.core.util.Context context)
Deletes an existing origin group within an endpoint.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String profileName,
String endpointName,
String originGroupName)
Deletes an existing origin group within an endpoint.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String profileName,
String endpointName,
String originGroupName)
Deletes an existing origin group within an endpoint.
|
OriginGroupInner |
get(String resourceGroupName,
String profileName,
String endpointName,
String originGroupName)
Gets an existing origin group within an endpoint.
|
Mono<OriginGroupInner> |
getAsync(String resourceGroupName,
String profileName,
String endpointName,
String originGroupName)
Gets an existing origin group within an endpoint.
|
com.azure.core.http.rest.Response<OriginGroupInner> |
getWithResponse(String resourceGroupName,
String profileName,
String endpointName,
String originGroupName,
com.azure.core.util.Context context)
Gets an existing origin group within an endpoint.
|
Mono<com.azure.core.http.rest.Response<OriginGroupInner>> |
getWithResponseAsync(String resourceGroupName,
String profileName,
String endpointName,
String originGroupName)
Gets an existing origin group within an endpoint.
|
com.azure.core.http.rest.PagedIterable<OriginGroupInner> |
listByEndpoint(String resourceGroupName,
String profileName,
String endpointName)
Lists all of the existing origin groups within an endpoint.
|
com.azure.core.http.rest.PagedIterable<OriginGroupInner> |
listByEndpoint(String resourceGroupName,
String profileName,
String endpointName,
com.azure.core.util.Context context)
Lists all of the existing origin groups within an endpoint.
|
com.azure.core.http.rest.PagedFlux<OriginGroupInner> |
listByEndpointAsync(String resourceGroupName,
String profileName,
String endpointName)
Lists all of the existing origin groups within an endpoint.
|
OriginGroupInner |
update(String resourceGroupName,
String profileName,
String endpointName,
String originGroupName,
OriginGroupUpdateParameters originGroupUpdateProperties)
Updates an existing origin group within an endpoint.
|
OriginGroupInner |
update(String resourceGroupName,
String profileName,
String endpointName,
String originGroupName,
OriginGroupUpdateParameters originGroupUpdateProperties,
com.azure.core.util.Context context)
Updates an existing origin group within an endpoint.
|
Mono<OriginGroupInner> |
updateAsync(String resourceGroupName,
String profileName,
String endpointName,
String originGroupName,
OriginGroupUpdateParameters originGroupUpdateProperties)
Updates an existing origin group within an endpoint.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
updateWithResponseAsync(String resourceGroupName,
String profileName,
String endpointName,
String originGroupName,
OriginGroupUpdateParameters originGroupUpdateProperties)
Updates an existing origin group within an endpoint.
|
com.azure.core.http.rest.PagedFlux<OriginGroupInner> listByEndpointAsync(String resourceGroupName, String profileName, String endpointName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<OriginGroupInner> listByEndpoint(String resourceGroupName, String profileName, String endpointName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<OriginGroupInner> listByEndpoint(String resourceGroupName, String profileName, String endpointName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<OriginGroupInner>> getWithResponseAsync(String resourceGroupName, String profileName, String endpointName, String originGroupName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.originGroupName - Name of the origin group which is unique within the endpoint.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<OriginGroupInner> getAsync(String resourceGroupName, String profileName, String endpointName, String originGroupName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.originGroupName - Name of the origin group which is unique within the endpoint.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.OriginGroupInner get(String resourceGroupName, String profileName, String endpointName, String originGroupName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.originGroupName - Name of the origin group which is unique within the endpoint.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<OriginGroupInner> getWithResponse(String resourceGroupName, String profileName, String endpointName, String originGroupName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.originGroupName - Name of the origin group which is unique within the endpoint.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createWithResponseAsync(String resourceGroupName, String profileName, String endpointName, String originGroupName, OriginGroupInner originGroup)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.originGroupName - Name of the origin group which is unique within the endpoint.originGroup - Origin group comprising of origins is used for load balancing to origins when the content
cannot be served from CDN.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<OriginGroupInner>,OriginGroupInner> beginCreateAsync(String resourceGroupName, String profileName, String endpointName, String originGroupName, OriginGroupInner originGroup)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.originGroupName - Name of the origin group which is unique within the endpoint.originGroup - Origin group comprising of origins is used for load balancing to origins when the content
cannot be served from CDN.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OriginGroupInner>,OriginGroupInner> beginCreate(String resourceGroupName, String profileName, String endpointName, String originGroupName, OriginGroupInner originGroup)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.originGroupName - Name of the origin group which is unique within the endpoint.originGroup - Origin group comprising of origins is used for load balancing to origins when the content
cannot be served from CDN.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OriginGroupInner>,OriginGroupInner> beginCreate(String resourceGroupName, String profileName, String endpointName, String originGroupName, OriginGroupInner originGroup, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.originGroupName - Name of the origin group which is unique within the endpoint.originGroup - Origin group comprising of origins is used for load balancing to origins when the content
cannot be served from CDN.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<OriginGroupInner> createAsync(String resourceGroupName, String profileName, String endpointName, String originGroupName, OriginGroupInner originGroup)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.originGroupName - Name of the origin group which is unique within the endpoint.originGroup - Origin group comprising of origins is used for load balancing to origins when the content
cannot be served from CDN.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.OriginGroupInner create(String resourceGroupName, String profileName, String endpointName, String originGroupName, OriginGroupInner originGroup)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.originGroupName - Name of the origin group which is unique within the endpoint.originGroup - Origin group comprising of origins is used for load balancing to origins when the content
cannot be served from CDN.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.OriginGroupInner create(String resourceGroupName, String profileName, String endpointName, String originGroupName, OriginGroupInner originGroup, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.originGroupName - Name of the origin group which is unique within the endpoint.originGroup - Origin group comprising of origins is used for load balancing to origins when the content
cannot be served from CDN.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> updateWithResponseAsync(String resourceGroupName, String profileName, String endpointName, String originGroupName, OriginGroupUpdateParameters originGroupUpdateProperties)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.originGroupName - Name of the origin group which is unique within the endpoint.originGroupUpdateProperties - Origin group properties needed for origin group creation or update.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<OriginGroupInner>,OriginGroupInner> beginUpdateAsync(String resourceGroupName, String profileName, String endpointName, String originGroupName, OriginGroupUpdateParameters originGroupUpdateProperties)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.originGroupName - Name of the origin group which is unique within the endpoint.originGroupUpdateProperties - Origin group properties needed for origin group creation or update.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OriginGroupInner>,OriginGroupInner> beginUpdate(String resourceGroupName, String profileName, String endpointName, String originGroupName, OriginGroupUpdateParameters originGroupUpdateProperties)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.originGroupName - Name of the origin group which is unique within the endpoint.originGroupUpdateProperties - Origin group properties needed for origin group creation or update.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OriginGroupInner>,OriginGroupInner> beginUpdate(String resourceGroupName, String profileName, String endpointName, String originGroupName, OriginGroupUpdateParameters originGroupUpdateProperties, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.originGroupName - Name of the origin group which is unique within the endpoint.originGroupUpdateProperties - Origin group properties needed for origin group creation or update.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<OriginGroupInner> updateAsync(String resourceGroupName, String profileName, String endpointName, String originGroupName, OriginGroupUpdateParameters originGroupUpdateProperties)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.originGroupName - Name of the origin group which is unique within the endpoint.originGroupUpdateProperties - Origin group properties needed for origin group creation or update.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.OriginGroupInner update(String resourceGroupName, String profileName, String endpointName, String originGroupName, OriginGroupUpdateParameters originGroupUpdateProperties)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.originGroupName - Name of the origin group which is unique within the endpoint.originGroupUpdateProperties - Origin group properties needed for origin group creation or update.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.OriginGroupInner update(String resourceGroupName, String profileName, String endpointName, String originGroupName, OriginGroupUpdateParameters originGroupUpdateProperties, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.originGroupName - Name of the origin group which is unique within the endpoint.originGroupUpdateProperties - Origin group properties needed for origin group creation or update.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String profileName, String endpointName, String originGroupName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.originGroupName - Name of the origin group which is unique within the endpoint.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String profileName, String endpointName, String originGroupName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.originGroupName - Name of the origin group which is unique within the endpoint.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String profileName, String endpointName, String originGroupName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.originGroupName - Name of the origin group which is unique within the endpoint.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String profileName, String endpointName, String originGroupName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.originGroupName - Name of the origin group which is unique within the endpoint.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteAsync(String resourceGroupName, String profileName, String endpointName, String originGroupName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.originGroupName - Name of the origin group which is unique within the endpoint.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String profileName, String endpointName, String originGroupName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.originGroupName - Name of the origin group which is unique within the endpoint.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String profileName, String endpointName, String originGroupName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.originGroupName - Name of the origin group which is unique within the endpoint.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2020 Microsoft Corporation. All rights reserved.