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<PollResult<ExpressRoutePortInner>,ExpressRoutePortInner> beginCreateOrUpdate(String resourceGroupName, String expressRoutePortName, ExpressRoutePortInner parameters)
Creates or updates the specified ExpressRoutePort resource.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller<PollResult<ExpressRoutePortInner>,ExpressRoutePortInner> beginCreateOrUpdate(String resourceGroupName, String expressRoutePortName, ExpressRoutePortInner parameters, Context context)
Creates or updates the specified ExpressRoutePort resource.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux<PollResult<ExpressRoutePortInner>,ExpressRoutePortInner> beginCreateOrUpdateAsync(String resourceGroupName, String expressRoutePortName, ExpressRoutePortInner parameters)
Creates or updates the specified ExpressRoutePort resource.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String expressRoutePortName)
Deletes the specified ExpressRoutePort resource.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String expressRoutePortName, Context context)
Deletes the specified ExpressRoutePort resource.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String expressRoutePortName)
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<ExpressRoutePortInner> createOrUpdateAsync(String resourceGroupName, String expressRoutePortName, ExpressRoutePortInner parameters)
Creates or updates the specified ExpressRoutePort resource.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String expressRoutePortName, ExpressRoutePortInner parameters)
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<Void> deleteAsync(String resourceGroupName, String expressRoutePortName)
Deletes the specified ExpressRoutePort resource.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String expressRoutePortName)
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<GenerateExpressRoutePortsLoaResultInner> generateLoaAsync(String resourceGroupName, String expressRoutePortName, GenerateExpressRoutePortsLoaRequest request)
Generate a letter of authorization for the requested ExpressRoutePort resource.
Parameters:
Returns:
generateLoaWithResponse
public abstract Response<GenerateExpressRoutePortsLoaResultInner> generateLoaWithResponse(String resourceGroupName, String expressRoutePortName, GenerateExpressRoutePortsLoaRequest request, Context context)
Generate a letter of authorization for the requested ExpressRoutePort resource.
Parameters:
Returns:
generateLoaWithResponseAsync
public abstract Mono<Response<GenerateExpressRoutePortsLoaResultInner>> generateLoaWithResponseAsync(String resourceGroupName, String expressRoutePortName, GenerateExpressRoutePortsLoaRequest request)
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<ExpressRoutePortInner> getByResourceGroupAsync(String resourceGroupName, String expressRoutePortName)
Retrieves the requested ExpressRoutePort resource.
Parameters:
Returns:
getByResourceGroupWithResponse
public abstract Response<ExpressRoutePortInner> getByResourceGroupWithResponse(String resourceGroupName, String expressRoutePortName, Context context)
Retrieves the requested ExpressRoutePort resource.
Parameters:
Returns:
getByResourceGroupWithResponseAsync
public abstract Mono<Response<ExpressRoutePortInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String expressRoutePortName)
Retrieves the requested ExpressRoutePort resource.
Parameters:
Returns:
list
public abstract PagedIterable<ExpressRoutePortInner> list()
List all the ExpressRoutePort resources in the specified subscription.
Returns:
list
public abstract PagedIterable<ExpressRoutePortInner> list(Context context)
List all the ExpressRoutePort resources in the specified subscription.
Parameters:
Returns:
listAsync
public abstract PagedFlux<ExpressRoutePortInner> listAsync()
List all the ExpressRoutePort resources in the specified subscription.
Returns:
listByResourceGroup
public abstract PagedIterable<ExpressRoutePortInner> listByResourceGroup(String resourceGroupName)
List all the ExpressRoutePort resources in the specified resource group.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable<ExpressRoutePortInner> listByResourceGroup(String resourceGroupName, Context context)
List all the ExpressRoutePort resources in the specified resource group.
Parameters:
Returns:
listByResourceGroupAsync
public abstract PagedFlux<ExpressRoutePortInner> listByResourceGroupAsync(String resourceGroupName)
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<ExpressRoutePortInner> updateTagsAsync(String resourceGroupName, String expressRoutePortName, TagsObject parameters)
Update ExpressRoutePort tags.
Parameters:
Returns:
updateTagsWithResponse
public abstract Response<ExpressRoutePortInner> updateTagsWithResponse(String resourceGroupName, String expressRoutePortName, TagsObject parameters, Context context)
Update ExpressRoutePort tags.
Parameters:
Returns:
updateTagsWithResponseAsync
public abstract Mono<Response<ExpressRoutePortInner>> updateTagsWithResponseAsync(String resourceGroupName, String expressRoutePortName, TagsObject parameters)
Update ExpressRoutePort tags.
Parameters:
Returns: