public interface AfdOriginsClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AfdOriginInner>,AfdOriginInner> |
beginCreate(String resourceGroupName,
String profileName,
String originGroupName,
String originName,
AfdOriginInner origin)
Creates a new origin within the specified origin group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AfdOriginInner>,AfdOriginInner> |
beginCreate(String resourceGroupName,
String profileName,
String originGroupName,
String originName,
AfdOriginInner origin,
com.azure.core.util.Context context)
Creates a new origin within the specified origin group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<AfdOriginInner>,AfdOriginInner> |
beginCreateAsync(String resourceGroupName,
String profileName,
String originGroupName,
String originName,
AfdOriginInner origin)
Creates a new origin within the specified origin group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String profileName,
String originGroupName,
String originName)
Deletes an existing origin within an origin group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String profileName,
String originGroupName,
String originName,
com.azure.core.util.Context context)
Deletes an existing origin within an origin group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String profileName,
String originGroupName,
String originName)
Deletes an existing origin within an origin group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AfdOriginInner>,AfdOriginInner> |
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> |
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> |
beginUpdateAsync(String resourceGroupName,
String profileName,
String originGroupName,
String originName,
AfdOriginUpdateParameters originUpdateProperties)
Updates an existing origin within an origin group.
|
AfdOriginInner |
create(String resourceGroupName,
String profileName,
String originGroupName,
String originName,
AfdOriginInner origin)
Creates a new origin within the specified origin group.
|
AfdOriginInner |
create(String resourceGroupName,
String profileName,
String originGroupName,
String originName,
AfdOriginInner origin,
com.azure.core.util.Context context)
Creates a new origin within the specified origin group.
|
Mono<AfdOriginInner> |
createAsync(String resourceGroupName,
String profileName,
String originGroupName,
String originName,
AfdOriginInner origin)
Creates a new origin within the specified origin group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createWithResponseAsync(String resourceGroupName,
String profileName,
String originGroupName,
String originName,
AfdOriginInner origin)
Creates a new origin within the specified origin group.
|
void |
delete(String resourceGroupName,
String profileName,
String originGroupName,
String originName)
Deletes an existing origin within an origin group.
|
void |
delete(String resourceGroupName,
String profileName,
String originGroupName,
String originName,
com.azure.core.util.Context context)
Deletes an existing origin within an origin group.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String profileName,
String originGroupName,
String originName)
Deletes an existing origin within an origin group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String profileName,
String originGroupName,
String originName)
Deletes an existing origin within an origin group.
|
AfdOriginInner |
get(String resourceGroupName,
String profileName,
String originGroupName,
String originName)
Gets an existing origin within an origin group.
|
Mono<AfdOriginInner> |
getAsync(String resourceGroupName,
String profileName,
String originGroupName,
String originName)
Gets an existing origin within an origin group.
|
com.azure.core.http.rest.Response<AfdOriginInner> |
getWithResponse(String resourceGroupName,
String profileName,
String originGroupName,
String originName,
com.azure.core.util.Context context)
Gets an existing origin within an origin group.
|
Mono<com.azure.core.http.rest.Response<AfdOriginInner>> |
getWithResponseAsync(String resourceGroupName,
String profileName,
String originGroupName,
String originName)
Gets an existing origin within an origin group.
|
com.azure.core.http.rest.PagedIterable<AfdOriginInner> |
listByOriginGroup(String resourceGroupName,
String profileName,
String originGroupName)
Lists all of the existing origins within an origin group.
|
com.azure.core.http.rest.PagedIterable<AfdOriginInner> |
listByOriginGroup(String resourceGroupName,
String profileName,
String originGroupName,
com.azure.core.util.Context context)
Lists all of the existing origins within an origin group.
|
com.azure.core.http.rest.PagedFlux<AfdOriginInner> |
listByOriginGroupAsync(String resourceGroupName,
String profileName,
String originGroupName)
Lists all of the existing origins within an origin group.
|
AfdOriginInner |
update(String resourceGroupName,
String profileName,
String originGroupName,
String originName,
AfdOriginUpdateParameters originUpdateProperties)
Updates an existing origin within an origin group.
|
AfdOriginInner |
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> |
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>>> |
updateWithResponseAsync(String resourceGroupName,
String profileName,
String originGroupName,
String originName,
AfdOriginUpdateParameters originUpdateProperties)
Updates an existing origin within an origin group.
|
com.azure.core.http.rest.PagedFlux<AfdOriginInner> listByOriginGroupAsync(String resourceGroupName, String profileName, 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.originGroupName - Name of the origin group which is unique within the profile.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<AfdOriginInner> listByOriginGroup(String resourceGroupName, String profileName, 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.originGroupName - Name of the origin group which is unique within the profile.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<AfdOriginInner> listByOriginGroup(String resourceGroupName, String profileName, 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.originGroupName - Name of the origin group which is unique within the profile.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<AfdOriginInner>> getWithResponseAsync(String resourceGroupName, String profileName, String originGroupName, 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.originGroupName - Name of the origin group which is unique within the profile.originName - Name of the origin which is unique within the profile.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<AfdOriginInner> getAsync(String resourceGroupName, String profileName, String originGroupName, 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.originGroupName - Name of the origin group which is unique within the profile.originName - Name of the origin which is unique within the profile.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.AfdOriginInner get(String resourceGroupName, String profileName, String originGroupName, 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.originGroupName - Name of the origin group which is unique within the profile.originName - Name of the origin which is unique within the profile.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<AfdOriginInner> getWithResponse(String resourceGroupName, String profileName, String originGroupName, 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.originGroupName - Name of the origin group which is unique within the profile.originName - Name of the origin which is unique within the profile.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 originGroupName, String originName, AfdOriginInner origin)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.originGroupName - Name of the origin group which is unique within the profile.originName - Name of the origin that is unique within the profile.origin - Origin properties.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<AfdOriginInner>,AfdOriginInner> beginCreateAsync(String resourceGroupName, String profileName, String originGroupName, String originName, AfdOriginInner origin)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.originGroupName - Name of the origin group which is unique within the profile.originName - Name of the origin that is unique within the profile.origin - Origin properties.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<AfdOriginInner>,AfdOriginInner> beginCreate(String resourceGroupName, String profileName, String originGroupName, String originName, AfdOriginInner origin)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.originGroupName - Name of the origin group which is unique within the profile.originName - Name of the origin that is unique within the profile.origin - Origin properties.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<AfdOriginInner>,AfdOriginInner> beginCreate(String resourceGroupName, String profileName, String originGroupName, String originName, AfdOriginInner 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.originGroupName - Name of the origin group which is unique within the profile.originName - Name of the origin that is unique within the profile.origin - Origin properties.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<AfdOriginInner> createAsync(String resourceGroupName, String profileName, String originGroupName, String originName, AfdOriginInner origin)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.originGroupName - Name of the origin group which is unique within the profile.originName - Name of the origin that is unique within the profile.origin - Origin properties.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.AfdOriginInner create(String resourceGroupName, String profileName, String originGroupName, String originName, AfdOriginInner origin)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.originGroupName - Name of the origin group which is unique within the profile.originName - Name of the origin that is unique within the profile.origin - Origin properties.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.AfdOriginInner create(String resourceGroupName, String profileName, String originGroupName, String originName, AfdOriginInner 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.originGroupName - Name of the origin group which is unique within the profile.originName - Name of the origin that is unique within the profile.origin - Origin properties.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 originGroupName, String originName, AfdOriginUpdateParameters originUpdateProperties)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.originGroupName - Name of the origin group which is unique within the profile.originName - Name of the origin which is unique within the profile.originUpdateProperties - Origin properties.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<AfdOriginInner>,AfdOriginInner> beginUpdateAsync(String resourceGroupName, String profileName, String originGroupName, String originName, AfdOriginUpdateParameters originUpdateProperties)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.originGroupName - Name of the origin group which is unique within the profile.originName - Name of the origin which is unique within the profile.originUpdateProperties - Origin properties.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<AfdOriginInner>,AfdOriginInner> beginUpdate(String resourceGroupName, String profileName, String originGroupName, String originName, AfdOriginUpdateParameters originUpdateProperties)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.originGroupName - Name of the origin group which is unique within the profile.originName - Name of the origin which is unique within the profile.originUpdateProperties - Origin properties.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<AfdOriginInner>,AfdOriginInner> beginUpdate(String resourceGroupName, String profileName, String originGroupName, String originName, AfdOriginUpdateParameters 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.originGroupName - Name of the origin group which is unique within the profile.originName - Name of the origin which is unique within the profile.originUpdateProperties - Origin properties.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<AfdOriginInner> updateAsync(String resourceGroupName, String profileName, String originGroupName, String originName, AfdOriginUpdateParameters originUpdateProperties)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.originGroupName - Name of the origin group which is unique within the profile.originName - Name of the origin which is unique within the profile.originUpdateProperties - Origin properties.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.AfdOriginInner update(String resourceGroupName, String profileName, String originGroupName, String originName, AfdOriginUpdateParameters originUpdateProperties)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.originGroupName - Name of the origin group which is unique within the profile.originName - Name of the origin which is unique within the profile.originUpdateProperties - Origin properties.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.AfdOriginInner update(String resourceGroupName, String profileName, String originGroupName, String originName, AfdOriginUpdateParameters 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.originGroupName - Name of the origin group which is unique within the profile.originName - Name of the origin which is unique within the profile.originUpdateProperties - Origin properties.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 originGroupName, 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.originGroupName - Name of the origin group which is unique within the profile.originName - Name of the origin which is unique within the profile.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 originGroupName, 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.originGroupName - Name of the origin group which is unique within the profile.originName - Name of the origin which is unique within the profile.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 originGroupName, 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.originGroupName - Name of the origin group which is unique within the profile.originName - Name of the origin which is unique within the profile.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 originGroupName, 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.originGroupName - Name of the origin group which is unique within the profile.originName - Name of the origin which is unique within the profile.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 originGroupName, 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.originGroupName - Name of the origin group which is unique within the profile.originName - Name of the origin which is unique within the profile.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 originGroupName, 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.originGroupName - Name of the origin group which is unique within the profile.originName - Name of the origin which is unique within the profile.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 originGroupName, 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.originGroupName - Name of the origin group which is unique within the profile.originName - Name of the origin which is unique within the profile.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 © 2021 Microsoft Corporation. All rights reserved.