public interface ExpressRoutePortsClient extends InnerSupportsGet<ExpressRoutePortInner>, InnerSupportsListing<ExpressRoutePortInner>, InnerSupportsDelete<Void>
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExpressRoutePortInner>,ExpressRoutePortInner> |
beginCreateOrUpdate(String resourceGroupName,
String expressRoutePortName,
ExpressRoutePortInner parameters)
Creates or updates the specified ExpressRoutePort resource.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExpressRoutePortInner>,ExpressRoutePortInner> |
beginCreateOrUpdate(String resourceGroupName,
String expressRoutePortName,
ExpressRoutePortInner parameters,
com.azure.core.util.Context context)
Creates or updates the specified ExpressRoutePort resource.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ExpressRoutePortInner>,ExpressRoutePortInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String expressRoutePortName,
ExpressRoutePortInner parameters)
Creates or updates the specified ExpressRoutePort resource.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String expressRoutePortName)
Deletes the specified ExpressRoutePort resource.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String expressRoutePortName,
com.azure.core.util.Context context)
Deletes the specified ExpressRoutePort resource.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String expressRoutePortName)
Deletes the specified ExpressRoutePort resource.
|
ExpressRoutePortInner |
createOrUpdate(String resourceGroupName,
String expressRoutePortName,
ExpressRoutePortInner parameters)
Creates or updates the specified ExpressRoutePort resource.
|
ExpressRoutePortInner |
createOrUpdate(String resourceGroupName,
String expressRoutePortName,
ExpressRoutePortInner parameters,
com.azure.core.util.Context context)
Creates or updates the specified ExpressRoutePort resource.
|
Mono<ExpressRoutePortInner> |
createOrUpdateAsync(String resourceGroupName,
String expressRoutePortName,
ExpressRoutePortInner parameters)
Creates or updates the specified ExpressRoutePort resource.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String expressRoutePortName,
ExpressRoutePortInner parameters)
Creates or updates the specified ExpressRoutePort resource.
|
void |
delete(String resourceGroupName,
String expressRoutePortName)
Deletes the specified ExpressRoutePort resource.
|
void |
delete(String resourceGroupName,
String expressRoutePortName,
com.azure.core.util.Context context)
Deletes the specified ExpressRoutePort resource.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String expressRoutePortName)
Deletes the specified ExpressRoutePort resource.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String expressRoutePortName)
Deletes the specified ExpressRoutePort resource.
|
GenerateExpressRoutePortsLoaResultInner |
generateLoa(String resourceGroupName,
String expressRoutePortName,
String customerName)
Generate a letter of authorization for the requested ExpressRoutePort resource.
|
Mono<GenerateExpressRoutePortsLoaResultInner> |
generateLoaAsync(String resourceGroupName,
String expressRoutePortName,
String customerName)
Generate a letter of authorization for the requested ExpressRoutePort resource.
|
com.azure.core.http.rest.Response<GenerateExpressRoutePortsLoaResultInner> |
generateLoaWithResponse(String resourceGroupName,
String expressRoutePortName,
String customerName,
com.azure.core.util.Context context)
Generate a letter of authorization for the requested ExpressRoutePort resource.
|
Mono<com.azure.core.http.rest.Response<GenerateExpressRoutePortsLoaResultInner>> |
generateLoaWithResponseAsync(String resourceGroupName,
String expressRoutePortName,
String customerName)
Generate a letter of authorization for the requested ExpressRoutePort resource.
|
ExpressRoutePortInner |
getByResourceGroup(String resourceGroupName,
String expressRoutePortName)
Retrieves the requested ExpressRoutePort resource.
|
Mono<ExpressRoutePortInner> |
getByResourceGroupAsync(String resourceGroupName,
String expressRoutePortName)
Retrieves the requested ExpressRoutePort resource.
|
com.azure.core.http.rest.Response<ExpressRoutePortInner> |
getByResourceGroupWithResponse(String resourceGroupName,
String expressRoutePortName,
com.azure.core.util.Context context)
Retrieves the requested ExpressRoutePort resource.
|
Mono<com.azure.core.http.rest.Response<ExpressRoutePortInner>> |
getByResourceGroupWithResponseAsync(String resourceGroupName,
String expressRoutePortName)
Retrieves the requested ExpressRoutePort resource.
|
com.azure.core.http.rest.PagedIterable<ExpressRoutePortInner> |
list()
List all the ExpressRoutePort resources in the specified subscription.
|
com.azure.core.http.rest.PagedIterable<ExpressRoutePortInner> |
list(com.azure.core.util.Context context)
List all the ExpressRoutePort resources in the specified subscription.
|
com.azure.core.http.rest.PagedFlux<ExpressRoutePortInner> |
listAsync()
List all the ExpressRoutePort resources in the specified subscription.
|
com.azure.core.http.rest.PagedIterable<ExpressRoutePortInner> |
listByResourceGroup(String resourceGroupName)
List all the ExpressRoutePort resources in the specified resource group.
|
com.azure.core.http.rest.PagedIterable<ExpressRoutePortInner> |
listByResourceGroup(String resourceGroupName,
com.azure.core.util.Context context)
List all the ExpressRoutePort resources in the specified resource group.
|
com.azure.core.http.rest.PagedFlux<ExpressRoutePortInner> |
listByResourceGroupAsync(String resourceGroupName)
List all the ExpressRoutePort resources in the specified resource group.
|
ExpressRoutePortInner |
updateTags(String resourceGroupName,
String expressRoutePortName)
Update ExpressRoutePort tags.
|
Mono<ExpressRoutePortInner> |
updateTagsAsync(String resourceGroupName,
String expressRoutePortName)
Update ExpressRoutePort tags.
|
Mono<ExpressRoutePortInner> |
updateTagsAsync(String resourceGroupName,
String expressRoutePortName,
Map<String,String> tags)
Update ExpressRoutePort tags.
|
com.azure.core.http.rest.Response<ExpressRoutePortInner> |
updateTagsWithResponse(String resourceGroupName,
String expressRoutePortName,
Map<String,String> tags,
com.azure.core.util.Context context)
Update ExpressRoutePort tags.
|
Mono<com.azure.core.http.rest.Response<ExpressRoutePortInner>> |
updateTagsWithResponseAsync(String resourceGroupName,
String expressRoutePortName,
Map<String,String> tags)
Update ExpressRoutePort tags.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String expressRoutePortName)
resourceGroupName - The name of the resource group.expressRoutePortName - The name of the ExpressRoutePort resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String expressRoutePortName)
resourceGroupName - The name of the resource group.expressRoutePortName - The name of the ExpressRoutePort resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String expressRoutePortName)
resourceGroupName - The name of the resource group.expressRoutePortName - The name of the ExpressRoutePort resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String expressRoutePortName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.expressRoutePortName - The name of the ExpressRoutePort resource.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteAsync(String resourceGroupName, String expressRoutePortName)
deleteAsync in interface InnerSupportsDelete<Void>resourceGroupName - The name of the resource group.expressRoutePortName - The name of the ExpressRoutePort resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String expressRoutePortName)
resourceGroupName - The name of the resource group.expressRoutePortName - The name of the ExpressRoutePort resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String expressRoutePortName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.expressRoutePortName - The name of the ExpressRoutePort resource.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<ExpressRoutePortInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String expressRoutePortName)
resourceGroupName - The name of the resource group.expressRoutePortName - The name of ExpressRoutePort.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ExpressRoutePortInner> getByResourceGroupAsync(String resourceGroupName, String expressRoutePortName)
getByResourceGroupAsync in interface InnerSupportsGet<ExpressRoutePortInner>resourceGroupName - The name of the resource group.expressRoutePortName - The name of ExpressRoutePort.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ExpressRoutePortInner getByResourceGroup(String resourceGroupName, String expressRoutePortName)
getByResourceGroup in interface InnerSupportsGet<ExpressRoutePortInner>resourceGroupName - The name of the resource group.expressRoutePortName - The name of ExpressRoutePort.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<ExpressRoutePortInner> getByResourceGroupWithResponse(String resourceGroupName, String expressRoutePortName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.expressRoutePortName - The name of ExpressRoutePort.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String expressRoutePortName, ExpressRoutePortInner parameters)
resourceGroupName - The name of the resource group.expressRoutePortName - The name of the ExpressRoutePort resource.parameters - Parameters supplied to the create ExpressRoutePort operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ExpressRoutePortInner>,ExpressRoutePortInner> beginCreateOrUpdateAsync(String resourceGroupName, String expressRoutePortName, ExpressRoutePortInner parameters)
resourceGroupName - The name of the resource group.expressRoutePortName - The name of the ExpressRoutePort resource.parameters - Parameters supplied to the create ExpressRoutePort operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExpressRoutePortInner>,ExpressRoutePortInner> beginCreateOrUpdate(String resourceGroupName, String expressRoutePortName, ExpressRoutePortInner parameters)
resourceGroupName - The name of the resource group.expressRoutePortName - The name of the ExpressRoutePort resource.parameters - Parameters supplied to the create ExpressRoutePort operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExpressRoutePortInner>,ExpressRoutePortInner> beginCreateOrUpdate(String resourceGroupName, String expressRoutePortName, ExpressRoutePortInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.expressRoutePortName - The name of the ExpressRoutePort resource.parameters - Parameters supplied to the create ExpressRoutePort operation.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ExpressRoutePortInner> createOrUpdateAsync(String resourceGroupName, String expressRoutePortName, ExpressRoutePortInner parameters)
resourceGroupName - The name of the resource group.expressRoutePortName - The name of the ExpressRoutePort resource.parameters - Parameters supplied to the create ExpressRoutePort operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ExpressRoutePortInner createOrUpdate(String resourceGroupName, String expressRoutePortName, ExpressRoutePortInner parameters)
resourceGroupName - The name of the resource group.expressRoutePortName - The name of the ExpressRoutePort resource.parameters - Parameters supplied to the create ExpressRoutePort operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ExpressRoutePortInner createOrUpdate(String resourceGroupName, String expressRoutePortName, ExpressRoutePortInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.expressRoutePortName - The name of the ExpressRoutePort resource.parameters - Parameters supplied to the create ExpressRoutePort operation.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<ExpressRoutePortInner>> updateTagsWithResponseAsync(String resourceGroupName, String expressRoutePortName, Map<String,String> tags)
resourceGroupName - The name of the resource group.expressRoutePortName - The name of the ExpressRoutePort resource.tags - Resource tags.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ExpressRoutePortInner> updateTagsAsync(String resourceGroupName, String expressRoutePortName, Map<String,String> tags)
resourceGroupName - The name of the resource group.expressRoutePortName - The name of the ExpressRoutePort resource.tags - Resource tags.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ExpressRoutePortInner> updateTagsAsync(String resourceGroupName, String expressRoutePortName)
resourceGroupName - The name of the resource group.expressRoutePortName - The name of the ExpressRoutePort resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ExpressRoutePortInner updateTags(String resourceGroupName, String expressRoutePortName)
resourceGroupName - The name of the resource group.expressRoutePortName - The name of the ExpressRoutePort resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<ExpressRoutePortInner> updateTagsWithResponse(String resourceGroupName, String expressRoutePortName, Map<String,String> tags, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.expressRoutePortName - The name of the ExpressRoutePort resource.tags - Resource tags.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<ExpressRoutePortInner> listByResourceGroupAsync(String resourceGroupName)
listByResourceGroupAsync in interface InnerSupportsListing<ExpressRoutePortInner>resourceGroupName - The name of the resource group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ExpressRoutePortInner> listByResourceGroup(String resourceGroupName)
listByResourceGroup in interface InnerSupportsListing<ExpressRoutePortInner>resourceGroupName - The name of the resource group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ExpressRoutePortInner> listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<ExpressRoutePortInner> listAsync()
listAsync in interface InnerSupportsListing<ExpressRoutePortInner>com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ExpressRoutePortInner> list()
list in interface InnerSupportsListing<ExpressRoutePortInner>com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ExpressRoutePortInner> list(com.azure.core.util.Context context)
context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<GenerateExpressRoutePortsLoaResultInner>> generateLoaWithResponseAsync(String resourceGroupName, String expressRoutePortName, String customerName)
resourceGroupName - The name of the resource group.expressRoutePortName - The name of ExpressRoutePort.customerName - The customer name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<GenerateExpressRoutePortsLoaResultInner> generateLoaAsync(String resourceGroupName, String expressRoutePortName, String customerName)
resourceGroupName - The name of the resource group.expressRoutePortName - The name of ExpressRoutePort.customerName - The customer name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.GenerateExpressRoutePortsLoaResultInner generateLoa(String resourceGroupName, String expressRoutePortName, String customerName)
resourceGroupName - The name of the resource group.expressRoutePortName - The name of ExpressRoutePort.customerName - The customer name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<GenerateExpressRoutePortsLoaResultInner> generateLoaWithResponse(String resourceGroupName, String expressRoutePortName, String customerName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.expressRoutePortName - The name of ExpressRoutePort.customerName - The customer name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2021 Microsoft Corporation. All rights reserved.