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