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
Creates or updates an authorization in the specified express route circuit.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller
Creates or updates an authorization in the specified express route circuit.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux
Creates or updates an authorization in the specified express route circuit.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes the specified authorization from the specified express route circuit.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes the specified authorization from the specified express route circuit.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
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
Creates or updates an authorization in the specified express route circuit.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
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
Deletes the specified authorization from the specified express route circuit.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
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
Gets the specified authorization from the specified express route circuit.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets the specified authorization from the specified express route circuit.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets the specified authorization from the specified express route circuit.
Parameters:
Returns:
list
public abstract PagedIterable
Gets all authorizations in an express route circuit.
Parameters:
Returns:
list
public abstract PagedIterable
Gets all authorizations in an express route circuit.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Gets all authorizations in an express route circuit.
Parameters:
Returns:
Applies to
Azure SDK for Java