public interface ExpressRouteCircuitAuthorizationsClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExpressRouteCircuitAuthorizationInner>,ExpressRouteCircuitAuthorizationInner> |
beginCreateOrUpdate(String resourceGroupName,
String circuitName,
String authorizationName,
ExpressRouteCircuitAuthorizationInner authorizationParameters)
Creates or updates an authorization in the specified express route circuit.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExpressRouteCircuitAuthorizationInner>,ExpressRouteCircuitAuthorizationInner> |
beginCreateOrUpdate(String resourceGroupName,
String circuitName,
String authorizationName,
ExpressRouteCircuitAuthorizationInner authorizationParameters,
com.azure.core.util.Context context)
Creates or updates an authorization in the specified express route circuit.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ExpressRouteCircuitAuthorizationInner>,ExpressRouteCircuitAuthorizationInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String circuitName,
String authorizationName,
ExpressRouteCircuitAuthorizationInner authorizationParameters)
Creates or updates an authorization in the specified express route circuit.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String circuitName,
String authorizationName)
Deletes the specified authorization from the specified express route circuit.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String circuitName,
String authorizationName,
com.azure.core.util.Context context)
Deletes the specified authorization from the specified express route circuit.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String circuitName,
String authorizationName)
Deletes the specified authorization from the specified express route circuit.
|
ExpressRouteCircuitAuthorizationInner |
createOrUpdate(String resourceGroupName,
String circuitName,
String authorizationName,
ExpressRouteCircuitAuthorizationInner authorizationParameters)
Creates or updates an authorization in the specified express route circuit.
|
ExpressRouteCircuitAuthorizationInner |
createOrUpdate(String resourceGroupName,
String circuitName,
String authorizationName,
ExpressRouteCircuitAuthorizationInner authorizationParameters,
com.azure.core.util.Context context)
Creates or updates an authorization in the specified express route circuit.
|
Mono<ExpressRouteCircuitAuthorizationInner> |
createOrUpdateAsync(String resourceGroupName,
String circuitName,
String authorizationName,
ExpressRouteCircuitAuthorizationInner authorizationParameters)
Creates or updates an authorization in the specified express route circuit.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String circuitName,
String authorizationName,
ExpressRouteCircuitAuthorizationInner authorizationParameters)
Creates or updates an authorization in the specified express route circuit.
|
void |
delete(String resourceGroupName,
String circuitName,
String authorizationName)
Deletes the specified authorization from the specified express route circuit.
|
void |
delete(String resourceGroupName,
String circuitName,
String authorizationName,
com.azure.core.util.Context context)
Deletes the specified authorization from the specified express route circuit.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String circuitName,
String authorizationName)
Deletes the specified authorization from the specified express route circuit.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String circuitName,
String authorizationName)
Deletes the specified authorization from the specified express route circuit.
|
ExpressRouteCircuitAuthorizationInner |
get(String resourceGroupName,
String circuitName,
String authorizationName)
Gets the specified authorization from the specified express route circuit.
|
Mono<ExpressRouteCircuitAuthorizationInner> |
getAsync(String resourceGroupName,
String circuitName,
String authorizationName)
Gets the specified authorization from the specified express route circuit.
|
com.azure.core.http.rest.Response<ExpressRouteCircuitAuthorizationInner> |
getWithResponse(String resourceGroupName,
String circuitName,
String authorizationName,
com.azure.core.util.Context context)
Gets the specified authorization from the specified express route circuit.
|
Mono<com.azure.core.http.rest.Response<ExpressRouteCircuitAuthorizationInner>> |
getWithResponseAsync(String resourceGroupName,
String circuitName,
String authorizationName)
Gets the specified authorization from the specified express route circuit.
|
com.azure.core.http.rest.PagedIterable<ExpressRouteCircuitAuthorizationInner> |
list(String resourceGroupName,
String circuitName)
Gets all authorizations in an express route circuit.
|
com.azure.core.http.rest.PagedIterable<ExpressRouteCircuitAuthorizationInner> |
list(String resourceGroupName,
String circuitName,
com.azure.core.util.Context context)
Gets all authorizations in an express route circuit.
|
com.azure.core.http.rest.PagedFlux<ExpressRouteCircuitAuthorizationInner> |
listAsync(String resourceGroupName,
String circuitName)
Gets all authorizations in an express route circuit.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String circuitName, String authorizationName)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.authorizationName - The name of the authorization.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 circuitName, String authorizationName)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.authorizationName - The name of the authorization.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 circuitName, String authorizationName)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.authorizationName - The name of the authorization.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 circuitName, String authorizationName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.authorizationName - The name of the authorization.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 circuitName, String authorizationName)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.authorizationName - The name of the authorization.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 circuitName, String authorizationName)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.authorizationName - The name of the authorization.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 circuitName, String authorizationName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.authorizationName - The name of the authorization.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<ExpressRouteCircuitAuthorizationInner>> getWithResponseAsync(String resourceGroupName, String circuitName, String authorizationName)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.authorizationName - The name of the authorization.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<ExpressRouteCircuitAuthorizationInner> getAsync(String resourceGroupName, String circuitName, String authorizationName)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.authorizationName - The name of the authorization.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.ExpressRouteCircuitAuthorizationInner get(String resourceGroupName, String circuitName, String authorizationName)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.authorizationName - The name of the authorization.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<ExpressRouteCircuitAuthorizationInner> getWithResponse(String resourceGroupName, String circuitName, String authorizationName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.authorizationName - The name of the authorization.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>>> createOrUpdateWithResponseAsync(String resourceGroupName, String circuitName, String authorizationName, ExpressRouteCircuitAuthorizationInner authorizationParameters)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.authorizationName - The name of the authorization.authorizationParameters - Parameters supplied to the create or update express route circuit authorization
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.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ExpressRouteCircuitAuthorizationInner>,ExpressRouteCircuitAuthorizationInner> beginCreateOrUpdateAsync(String resourceGroupName, String circuitName, String authorizationName, ExpressRouteCircuitAuthorizationInner authorizationParameters)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.authorizationName - The name of the authorization.authorizationParameters - Parameters supplied to the create or update express route circuit authorization
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.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExpressRouteCircuitAuthorizationInner>,ExpressRouteCircuitAuthorizationInner> beginCreateOrUpdate(String resourceGroupName, String circuitName, String authorizationName, ExpressRouteCircuitAuthorizationInner authorizationParameters)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.authorizationName - The name of the authorization.authorizationParameters - Parameters supplied to the create or update express route circuit authorization
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.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExpressRouteCircuitAuthorizationInner>,ExpressRouteCircuitAuthorizationInner> beginCreateOrUpdate(String resourceGroupName, String circuitName, String authorizationName, ExpressRouteCircuitAuthorizationInner authorizationParameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.authorizationName - The name of the authorization.authorizationParameters - Parameters supplied to the create or update express route circuit authorization
operation.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<ExpressRouteCircuitAuthorizationInner> createOrUpdateAsync(String resourceGroupName, String circuitName, String authorizationName, ExpressRouteCircuitAuthorizationInner authorizationParameters)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.authorizationName - The name of the authorization.authorizationParameters - Parameters supplied to the create or update express route circuit authorization
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.ExpressRouteCircuitAuthorizationInner createOrUpdate(String resourceGroupName, String circuitName, String authorizationName, ExpressRouteCircuitAuthorizationInner authorizationParameters)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.authorizationName - The name of the authorization.authorizationParameters - Parameters supplied to the create or update express route circuit authorization
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.ExpressRouteCircuitAuthorizationInner createOrUpdate(String resourceGroupName, String circuitName, String authorizationName, ExpressRouteCircuitAuthorizationInner authorizationParameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.circuitName - The name of the express route circuit.authorizationName - The name of the authorization.authorizationParameters - Parameters supplied to the create or update express route circuit authorization
operation.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.com.azure.core.http.rest.PagedFlux<ExpressRouteCircuitAuthorizationInner> listAsync(String resourceGroupName, String circuitName)
resourceGroupName - The name of the resource group.circuitName - The name of the circuit.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<ExpressRouteCircuitAuthorizationInner> list(String resourceGroupName, String circuitName)
resourceGroupName - The name of the resource group.circuitName - The name of the circuit.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<ExpressRouteCircuitAuthorizationInner> list(String resourceGroupName, String circuitName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.circuitName - The name of the circuit.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.