public interface OriginsClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OriginInner>,OriginInner> |
beginCreate(String resourceGroupName,
String profileName,
String endpointName,
String originName,
OriginInner origin)
Creates a new origin within the specified endpoint.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OriginInner>,OriginInner> |
beginCreate(String resourceGroupName,
String profileName,
String endpointName,
String originName,
OriginInner origin,
com.azure.core.util.Context context)
Creates a new origin within the specified endpoint.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<OriginInner>,OriginInner> |
beginCreateAsync(String resourceGroupName,
String profileName,
String endpointName,
String originName,
OriginInner origin)
Creates a new origin 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 originName)
Deletes an existing origin 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 originName,
com.azure.core.util.Context context)
Deletes an existing origin 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 originName)
Deletes an existing origin within an endpoint.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OriginInner>,OriginInner> |
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> |
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> |
beginUpdateAsync(String resourceGroupName,
String profileName,
String endpointName,
String originName,
OriginUpdateParameters originUpdateProperties)
Updates an existing origin within an endpoint.
|
OriginInner |
create(String resourceGroupName,
String profileName,
String endpointName,
String originName,
OriginInner origin)
Creates a new origin within the specified endpoint.
|
OriginInner |
create(String resourceGroupName,
String profileName,
String endpointName,
String originName,
OriginInner origin,
com.azure.core.util.Context context)
Creates a new origin within the specified endpoint.
|
Mono<OriginInner> |
createAsync(String resourceGroupName,
String profileName,
String endpointName,
String originName,
OriginInner origin)
Creates a new origin within the specified endpoint.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createWithResponseAsync(String resourceGroupName,
String profileName,
String endpointName,
String originName,
OriginInner origin)
Creates a new origin within the specified endpoint.
|
void |
delete(String resourceGroupName,
String profileName,
String endpointName,
String originName)
Deletes an existing origin within an endpoint.
|
void |
delete(String resourceGroupName,
String profileName,
String endpointName,
String originName,
com.azure.core.util.Context context)
Deletes an existing origin within an endpoint.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String profileName,
String endpointName,
String originName)
Deletes an existing origin within an endpoint.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String profileName,
String endpointName,
String originName)
Deletes an existing origin within an endpoint.
|
OriginInner |
get(String resourceGroupName,
String profileName,
String endpointName,
String originName)
Gets an existing origin within an endpoint.
|
Mono<OriginInner> |
getAsync(String resourceGroupName,
String profileName,
String endpointName,
String originName)
Gets an existing origin within an endpoint.
|
com.azure.core.http.rest.Response<OriginInner> |
getWithResponse(String resourceGroupName,
String profileName,
String endpointName,
String originName,
com.azure.core.util.Context context)
Gets an existing origin within an endpoint.
|
Mono<com.azure.core.http.rest.Response<OriginInner>> |
getWithResponseAsync(String resourceGroupName,
String profileName,
String endpointName,
String originName)
Gets an existing origin within an endpoint.
|
com.azure.core.http.rest.PagedIterable<OriginInner> |
listByEndpoint(String resourceGroupName,
String profileName,
String endpointName)
Lists all of the existing origins within an endpoint.
|
com.azure.core.http.rest.PagedIterable<OriginInner> |
listByEndpoint(String resourceGroupName,
String profileName,
String endpointName,
com.azure.core.util.Context context)
Lists all of the existing origins within an endpoint.
|
com.azure.core.http.rest.PagedFlux<OriginInner> |
listByEndpointAsync(String resourceGroupName,
String profileName,
String endpointName)
Lists all of the existing origins within an endpoint.
|
OriginInner |
update(String resourceGroupName,
String profileName,
String endpointName,
String originName,
OriginUpdateParameters originUpdateProperties)
Updates an existing origin within an endpoint.
|
OriginInner |
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> |
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>>> |
updateWithResponseAsync(String resourceGroupName,
String profileName,
String endpointName,
String originName,
OriginUpdateParameters originUpdateProperties)
Updates an existing origin within an endpoint.
|
com.azure.core.http.rest.PagedFlux<OriginInner> 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<OriginInner> 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<OriginInner> 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<OriginInner>> getWithResponseAsync(String resourceGroupName, String profileName, String endpointName, String originName)
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.originName - Name of the origin 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<OriginInner> getAsync(String resourceGroupName, String profileName, String endpointName, String originName)
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.originName - Name of the origin 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.OriginInner get(String resourceGroupName, String profileName, String endpointName, String originName)
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.originName - Name of the origin 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<OriginInner> getWithResponse(String resourceGroupName, String profileName, String endpointName, String originName, 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.originName - Name of the origin 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 originName, OriginInner origin)
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.originName - Name of the origin that is unique within the endpoint.origin - CDN origin is the source of the content being delivered via CDN. When the edge nodes represented by
an endpoint do not have the requested content cached, they attempt to fetch it from one or more of the
configured origins.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<OriginInner>,OriginInner> beginCreateAsync(String resourceGroupName, String profileName, String endpointName, String originName, OriginInner origin)
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.originName - Name of the origin that is unique within the endpoint.origin - CDN origin is the source of the content being delivered via CDN. When the edge nodes represented by
an endpoint do not have the requested content cached, they attempt to fetch it from one or more of the
configured origins.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<OriginInner>,OriginInner> beginCreate(String resourceGroupName, String profileName, String endpointName, String originName, OriginInner origin)
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.originName - Name of the origin that is unique within the endpoint.origin - CDN origin is the source of the content being delivered via CDN. When the edge nodes represented by
an endpoint do not have the requested content cached, they attempt to fetch it from one or more of the
configured origins.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<OriginInner>,OriginInner> beginCreate(String resourceGroupName, String profileName, String endpointName, String originName, OriginInner origin, 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.originName - Name of the origin that is unique within the endpoint.origin - CDN origin is the source of the content being delivered via CDN. When the edge nodes represented by
an endpoint do not have the requested content cached, they attempt to fetch it from one or more of the
configured origins.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<OriginInner> createAsync(String resourceGroupName, String profileName, String endpointName, String originName, OriginInner origin)
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.originName - Name of the origin that is unique within the endpoint.origin - CDN origin is the source of the content being delivered via CDN. When the edge nodes represented by
an endpoint do not have the requested content cached, they attempt to fetch it from one or more of the
configured origins.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.OriginInner create(String resourceGroupName, String profileName, String endpointName, String originName, OriginInner origin)
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.originName - Name of the origin that is unique within the endpoint.origin - CDN origin is the source of the content being delivered via CDN. When the edge nodes represented by
an endpoint do not have the requested content cached, they attempt to fetch it from one or more of the
configured origins.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.OriginInner create(String resourceGroupName, String profileName, String endpointName, String originName, OriginInner origin, 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.originName - Name of the origin that is unique within the endpoint.origin - CDN origin is the source of the content being delivered via CDN. When the edge nodes represented by
an endpoint do not have the requested content cached, they attempt to fetch it from one or more of the
configured origins.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 originName, OriginUpdateParameters originUpdateProperties)
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.originName - Name of the origin which is unique within the endpoint.originUpdateProperties - Origin properties needed for origin 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<OriginInner>,OriginInner> beginUpdateAsync(String resourceGroupName, String profileName, String endpointName, String originName, OriginUpdateParameters originUpdateProperties)
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.originName - Name of the origin which is unique within the endpoint.originUpdateProperties - Origin properties needed for origin 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<OriginInner>,OriginInner> beginUpdate(String resourceGroupName, String profileName, String endpointName, String originName, OriginUpdateParameters originUpdateProperties)
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.originName - Name of the origin which is unique within the endpoint.originUpdateProperties - Origin properties needed for origin 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<OriginInner>,OriginInner> beginUpdate(String resourceGroupName, String profileName, String endpointName, String originName, OriginUpdateParameters originUpdateProperties, 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.originName - Name of the origin which is unique within the endpoint.originUpdateProperties - Origin properties needed for origin 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<OriginInner> updateAsync(String resourceGroupName, String profileName, String endpointName, String originName, OriginUpdateParameters originUpdateProperties)
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.originName - Name of the origin which is unique within the endpoint.originUpdateProperties - Origin properties needed for origin 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.OriginInner update(String resourceGroupName, String profileName, String endpointName, String originName, OriginUpdateParameters originUpdateProperties)
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.originName - Name of the origin which is unique within the endpoint.originUpdateProperties - Origin properties needed for origin 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.OriginInner update(String resourceGroupName, String profileName, String endpointName, String originName, OriginUpdateParameters originUpdateProperties, 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.originName - Name of the origin which is unique within the endpoint.originUpdateProperties - Origin properties needed for origin 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 originName)
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.originName - Name of the origin 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 originName)
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.originName - Name of the origin 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 originName)
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.originName - Name of the origin 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 originName, 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.originName - Name of the origin 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 originName)
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.originName - Name of the origin 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 originName)
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.originName - Name of the origin 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 originName, 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.originName - Name of the origin 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.