ExpressRoutePortsClient Interface
Implements
public interface ExpressRoutePortsClient
extends InnerSupportsGet<ExpressRoutePortInner>, InnerSupportsListing<ExpressRoutePortInner>, InnerSupportsDelete<Void>
An instance of this class provides access to all the operations defined in ExpressRoutePortsClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller
Creates or updates the specified ExpressRoutePort resource.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller
Creates or updates the specified ExpressRoutePort resource.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux
Creates or updates the specified ExpressRoutePort resource.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes the specified ExpressRoutePort resource.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes the specified ExpressRoutePort resource.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
Deletes the specified ExpressRoutePort resource.
Parameters:
Returns:
createOrUpdate
public abstract ExpressRoutePortInner createOrUpdate(String resourceGroupName, String expressRoutePortName, ExpressRoutePortInner parameters)
Creates or updates the specified ExpressRoutePort resource.
Parameters:
Returns:
createOrUpdate
public abstract ExpressRoutePortInner createOrUpdate(String resourceGroupName, String expressRoutePortName, ExpressRoutePortInner parameters, Context context)
Creates or updates the specified ExpressRoutePort resource.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono
Creates or updates the specified ExpressRoutePort resource.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
Creates or updates the specified ExpressRoutePort resource.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String expressRoutePortName)
Deletes the specified ExpressRoutePort resource.
Parameters:
delete
public abstract void delete(String resourceGroupName, String expressRoutePortName, Context context)
Deletes the specified ExpressRoutePort resource.
Parameters:
deleteAsync
public abstract Mono
Deletes the specified ExpressRoutePort resource.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Deletes the specified ExpressRoutePort resource.
Parameters:
Returns:
generateLoa
public abstract GenerateExpressRoutePortsLoaResultInner generateLoa(String resourceGroupName, String expressRoutePortName, GenerateExpressRoutePortsLoaRequest request)
Generate a letter of authorization for the requested ExpressRoutePort resource.
Parameters:
Returns:
generateLoaAsync
public abstract Mono
Generate a letter of authorization for the requested ExpressRoutePort resource.
Parameters:
Returns:
generateLoaWithResponse
public abstract Response
Generate a letter of authorization for the requested ExpressRoutePort resource.
Parameters:
Returns:
generateLoaWithResponseAsync
public abstract Mono
Generate a letter of authorization for the requested ExpressRoutePort resource.
Parameters:
Returns:
getByResourceGroup
public abstract ExpressRoutePortInner getByResourceGroup(String resourceGroupName, String expressRoutePortName)
Retrieves the requested ExpressRoutePort resource.
Parameters:
Returns:
getByResourceGroupAsync
public abstract Mono
Retrieves the requested ExpressRoutePort resource.
Parameters:
Returns:
getByResourceGroupWithResponse
public abstract Response
Retrieves the requested ExpressRoutePort resource.
Parameters:
Returns:
getByResourceGroupWithResponseAsync
public abstract Mono
Retrieves the requested ExpressRoutePort resource.
Parameters:
Returns:
list
public abstract PagedIterable
List all the ExpressRoutePort resources in the specified subscription.
Returns:
list
public abstract PagedIterable
List all the ExpressRoutePort resources in the specified subscription.
Parameters:
Returns:
listAsync
public abstract PagedFlux
List all the ExpressRoutePort resources in the specified subscription.
Returns:
listByResourceGroup
public abstract PagedIterable
List all the ExpressRoutePort resources in the specified resource group.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable
List all the ExpressRoutePort resources in the specified resource group.
Parameters:
Returns:
listByResourceGroupAsync
public abstract PagedFlux
List all the ExpressRoutePort resources in the specified resource group.
Parameters:
Returns:
updateTags
public abstract ExpressRoutePortInner updateTags(String resourceGroupName, String expressRoutePortName, TagsObject parameters)
Update ExpressRoutePort tags.
Parameters:
Returns:
updateTagsAsync
public abstract Mono
Update ExpressRoutePort tags.
Parameters:
Returns:
updateTagsWithResponse
public abstract Response
Update ExpressRoutePort tags.
Parameters:
Returns:
updateTagsWithResponseAsync
public abstract Mono
Update ExpressRoutePort tags.
Parameters:
Returns:
Applies to
Azure SDK for Java