ExpressRouteCircuitAuthorizationsClient Interface
public interface ExpressRouteCircuitAuthorizationsClient
An instance of this class provides access to all the operations defined in ExpressRouteCircuitAuthorizationsClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller<PollResult<ExpressRouteCircuitAuthorizationInner>,ExpressRouteCircuitAuthorizationInner> beginCreateOrUpdate(String resourceGroupName, String circuitName, String authorizationName, ExpressRouteCircuitAuthorizationInner authorizationParameters)
Creates or updates an authorization in the specified express route circuit.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller<PollResult<ExpressRouteCircuitAuthorizationInner>,ExpressRouteCircuitAuthorizationInner> beginCreateOrUpdate(String resourceGroupName, String circuitName, String authorizationName, ExpressRouteCircuitAuthorizationInner authorizationParameters, Context context)
Creates or updates an authorization in the specified express route circuit.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux<PollResult<ExpressRouteCircuitAuthorizationInner>,ExpressRouteCircuitAuthorizationInner> beginCreateOrUpdateAsync(String resourceGroupName, String circuitName, String authorizationName, ExpressRouteCircuitAuthorizationInner authorizationParameters)
Creates or updates an authorization in the specified express route circuit.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String circuitName, String authorizationName)
Deletes the specified authorization from the specified express route circuit.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String circuitName, String authorizationName, Context context)
Deletes the specified authorization from the specified express route circuit.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String circuitName, String authorizationName)
Deletes the specified authorization from the specified express route circuit.
Parameters:
Returns:
createOrUpdate
public abstract ExpressRouteCircuitAuthorizationInner createOrUpdate(String resourceGroupName, String circuitName, String authorizationName, ExpressRouteCircuitAuthorizationInner authorizationParameters)
Creates or updates an authorization in the specified express route circuit.
Parameters:
Returns:
createOrUpdate
public abstract ExpressRouteCircuitAuthorizationInner createOrUpdate(String resourceGroupName, String circuitName, String authorizationName, ExpressRouteCircuitAuthorizationInner authorizationParameters, Context context)
Creates or updates an authorization in the specified express route circuit.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono<ExpressRouteCircuitAuthorizationInner> createOrUpdateAsync(String resourceGroupName, String circuitName, String authorizationName, ExpressRouteCircuitAuthorizationInner authorizationParameters)
Creates or updates an authorization in the specified express route circuit.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String circuitName, String authorizationName, ExpressRouteCircuitAuthorizationInner authorizationParameters)
Creates or updates an authorization in the specified express route circuit.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String circuitName, String authorizationName)
Deletes the specified authorization from the specified express route circuit.
Parameters:
delete
public abstract void delete(String resourceGroupName, String circuitName, String authorizationName, Context context)
Deletes the specified authorization from the specified express route circuit.
Parameters:
deleteAsync
public abstract Mono<Void> deleteAsync(String resourceGroupName, String circuitName, String authorizationName)
Deletes the specified authorization from the specified express route circuit.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String circuitName, String authorizationName)
Deletes the specified authorization from the specified express route circuit.
Parameters:
Returns:
get
public abstract ExpressRouteCircuitAuthorizationInner get(String resourceGroupName, String circuitName, String authorizationName)
Gets the specified authorization from the specified express route circuit.
Parameters:
Returns:
getAsync
public abstract Mono<ExpressRouteCircuitAuthorizationInner> getAsync(String resourceGroupName, String circuitName, String authorizationName)
Gets the specified authorization from the specified express route circuit.
Parameters:
Returns:
getWithResponse
public abstract Response<ExpressRouteCircuitAuthorizationInner> getWithResponse(String resourceGroupName, String circuitName, String authorizationName, Context context)
Gets the specified authorization from the specified express route circuit.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono<Response<ExpressRouteCircuitAuthorizationInner>> getWithResponseAsync(String resourceGroupName, String circuitName, String authorizationName)
Gets the specified authorization from the specified express route circuit.
Parameters:
Returns:
list
public abstract PagedIterable<ExpressRouteCircuitAuthorizationInner> list(String resourceGroupName, String circuitName)
Gets all authorizations in an express route circuit.
Parameters:
Returns:
list
public abstract PagedIterable<ExpressRouteCircuitAuthorizationInner> list(String resourceGroupName, String circuitName, Context context)
Gets all authorizations in an express route circuit.
Parameters:
Returns:
listAsync
public abstract PagedFlux<ExpressRouteCircuitAuthorizationInner> listAsync(String resourceGroupName, String circuitName)
Gets all authorizations in an express route circuit.
Parameters:
Returns: