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