Interface NetworkManagerRoutingConfigurationsClient
public interface NetworkManagerRoutingConfigurationsClient
An instance of this class provides access to all the operations defined in NetworkManagerRoutingConfigurationsClient.
-
Method Summary
Modifier and TypeMethodDescriptionbeginDelete(String resourceGroupName, String networkManagerName, String configurationName) Deletes a network manager routing configuration.beginDelete(String resourceGroupName, String networkManagerName, String configurationName, Boolean force, com.azure.core.util.Context context) Deletes a network manager routing configuration.beginDeleteAsync(String resourceGroupName, String networkManagerName, String configurationName) Deletes a network manager routing configuration.beginDeleteAsync(String resourceGroupName, String networkManagerName, String configurationName, Boolean force) Deletes a network manager routing configuration.createOrUpdate(String resourceGroupName, String networkManagerName, String configurationName, NetworkManagerRoutingConfigurationInner routingConfiguration) Creates or updates a network manager routing configuration.createOrUpdateAsync(String resourceGroupName, String networkManagerName, String configurationName, NetworkManagerRoutingConfigurationInner routingConfiguration) Creates or updates a network manager routing configuration.com.azure.core.http.rest.Response<NetworkManagerRoutingConfigurationInner> createOrUpdateWithResponse(String resourceGroupName, String networkManagerName, String configurationName, NetworkManagerRoutingConfigurationInner routingConfiguration, com.azure.core.util.Context context) Creates or updates a network manager routing configuration.Mono<com.azure.core.http.rest.Response<NetworkManagerRoutingConfigurationInner>> createOrUpdateWithResponseAsync(String resourceGroupName, String networkManagerName, String configurationName, NetworkManagerRoutingConfigurationInner routingConfiguration) Creates or updates a network manager routing configuration.voidDeletes a network manager routing configuration.voiddelete(String resourceGroupName, String networkManagerName, String configurationName, Boolean force, com.azure.core.util.Context context) Deletes a network manager routing configuration.deleteAsync(String resourceGroupName, String networkManagerName, String configurationName) Deletes a network manager routing configuration.deleteAsync(String resourceGroupName, String networkManagerName, String configurationName, Boolean force) Deletes a network manager routing configuration.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String networkManagerName, String configurationName, Boolean force) Deletes a network manager routing configuration.Retrieves a network manager routing configuration.Retrieves a network manager routing configuration.com.azure.core.http.rest.Response<NetworkManagerRoutingConfigurationInner> getWithResponse(String resourceGroupName, String networkManagerName, String configurationName, com.azure.core.util.Context context) Retrieves a network manager routing configuration.Mono<com.azure.core.http.rest.Response<NetworkManagerRoutingConfigurationInner>> getWithResponseAsync(String resourceGroupName, String networkManagerName, String configurationName) Retrieves a network manager routing configuration.com.azure.core.http.rest.PagedIterable<NetworkManagerRoutingConfigurationInner> Lists all the network manager routing configurations in a network manager, in a paginated format.com.azure.core.http.rest.PagedIterable<NetworkManagerRoutingConfigurationInner> list(String resourceGroupName, String networkManagerName, Integer top, String skipToken, com.azure.core.util.Context context) Lists all the network manager routing configurations in a network manager, in a paginated format.com.azure.core.http.rest.PagedFlux<NetworkManagerRoutingConfigurationInner> Lists all the network manager routing configurations in a network manager, in a paginated format.com.azure.core.http.rest.PagedFlux<NetworkManagerRoutingConfigurationInner> Lists all the network manager routing configurations in a network manager, in a paginated format.
-
Method Details
-
listAsync
com.azure.core.http.rest.PagedFlux<NetworkManagerRoutingConfigurationInner> listAsync(String resourceGroupName, String networkManagerName, Integer top, String skipToken) Lists all the network manager routing configurations in a network manager, in a paginated format.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.networkManagerName- The name of the network manager.top- An optional query parameter which specifies the maximum number of records to be returned by the server.skipToken- SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls.- Returns:
- a list of network manager routing configurations as paginated response with
PagedFlux. - Throws:
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.
-
listAsync
com.azure.core.http.rest.PagedFlux<NetworkManagerRoutingConfigurationInner> listAsync(String resourceGroupName, String networkManagerName) Lists all the network manager routing configurations in a network manager, in a paginated format.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.networkManagerName- The name of the network manager.- Returns:
- a list of network manager routing configurations as paginated response with
PagedFlux. - Throws:
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.
-
list
com.azure.core.http.rest.PagedIterable<NetworkManagerRoutingConfigurationInner> list(String resourceGroupName, String networkManagerName) Lists all the network manager routing configurations in a network manager, in a paginated format.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.networkManagerName- The name of the network manager.- Returns:
- a list of network manager routing configurations as paginated response with
PagedIterable. - Throws:
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.
-
list
com.azure.core.http.rest.PagedIterable<NetworkManagerRoutingConfigurationInner> list(String resourceGroupName, String networkManagerName, Integer top, String skipToken, com.azure.core.util.Context context) Lists all the network manager routing configurations in a network manager, in a paginated format.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.networkManagerName- The name of the network manager.top- An optional query parameter which specifies the maximum number of records to be returned by the server.skipToken- SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls.context- The context to associate with this operation.- Returns:
- a list of network manager routing configurations as paginated response with
PagedIterable. - Throws:
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.
-
getWithResponseAsync
Mono<com.azure.core.http.rest.Response<NetworkManagerRoutingConfigurationInner>> getWithResponseAsync(String resourceGroupName, String networkManagerName, String configurationName) Retrieves a network manager routing configuration.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.networkManagerName- The name of the network manager.configurationName- The name of the network manager Routing Configuration.- Returns:
- defines the routing configuration along with
Responseon successful completion ofMono. - Throws:
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.
-
getAsync
Mono<NetworkManagerRoutingConfigurationInner> getAsync(String resourceGroupName, String networkManagerName, String configurationName) Retrieves a network manager routing configuration.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.networkManagerName- The name of the network manager.configurationName- The name of the network manager Routing Configuration.- Returns:
- defines the routing configuration on successful completion of
Mono. - Throws:
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.
-
getWithResponse
com.azure.core.http.rest.Response<NetworkManagerRoutingConfigurationInner> getWithResponse(String resourceGroupName, String networkManagerName, String configurationName, com.azure.core.util.Context context) Retrieves a network manager routing configuration.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.networkManagerName- The name of the network manager.configurationName- The name of the network manager Routing Configuration.context- The context to associate with this operation.- Returns:
- defines the routing configuration along with
Response. - Throws:
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.
-
get
NetworkManagerRoutingConfigurationInner get(String resourceGroupName, String networkManagerName, String configurationName) Retrieves a network manager routing configuration.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.networkManagerName- The name of the network manager.configurationName- The name of the network manager Routing Configuration.- Returns:
- defines the routing configuration.
- Throws:
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.
-
createOrUpdateWithResponseAsync
Mono<com.azure.core.http.rest.Response<NetworkManagerRoutingConfigurationInner>> createOrUpdateWithResponseAsync(String resourceGroupName, String networkManagerName, String configurationName, NetworkManagerRoutingConfigurationInner routingConfiguration) Creates or updates a network manager routing configuration.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.networkManagerName- The name of the network manager.configurationName- The name of the network manager Routing Configuration.routingConfiguration- The routing configuration to create or update.- Returns:
- defines the routing configuration along with
Responseon successful completion ofMono. - Throws:
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.
-
createOrUpdateAsync
Mono<NetworkManagerRoutingConfigurationInner> createOrUpdateAsync(String resourceGroupName, String networkManagerName, String configurationName, NetworkManagerRoutingConfigurationInner routingConfiguration) Creates or updates a network manager routing configuration.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.networkManagerName- The name of the network manager.configurationName- The name of the network manager Routing Configuration.routingConfiguration- The routing configuration to create or update.- Returns:
- defines the routing configuration on successful completion of
Mono. - Throws:
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.
-
createOrUpdateWithResponse
com.azure.core.http.rest.Response<NetworkManagerRoutingConfigurationInner> createOrUpdateWithResponse(String resourceGroupName, String networkManagerName, String configurationName, NetworkManagerRoutingConfigurationInner routingConfiguration, com.azure.core.util.Context context) Creates or updates a network manager routing configuration.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.networkManagerName- The name of the network manager.configurationName- The name of the network manager Routing Configuration.routingConfiguration- The routing configuration to create or update.context- The context to associate with this operation.- Returns:
- defines the routing configuration along with
Response. - Throws:
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.
-
createOrUpdate
NetworkManagerRoutingConfigurationInner createOrUpdate(String resourceGroupName, String networkManagerName, String configurationName, NetworkManagerRoutingConfigurationInner routingConfiguration) Creates or updates a network manager routing configuration.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.networkManagerName- The name of the network manager.configurationName- The name of the network manager Routing Configuration.routingConfiguration- The routing configuration to create or update.- Returns:
- defines the routing configuration.
- Throws:
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.
-
deleteWithResponseAsync
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String networkManagerName, String configurationName, Boolean force) Deletes a network manager routing configuration.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.networkManagerName- The name of the network manager.configurationName- The name of the network manager Routing Configuration.force- Deletes the resource even if it is part of a deployed configuration. If the configuration has been deployed, the service will do a cleanup deployment in the background, prior to the delete.- Returns:
- the
Responseon successful completion ofMono. - Throws:
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.
-
beginDeleteAsync
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String networkManagerName, String configurationName, Boolean force) Deletes a network manager routing configuration.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.networkManagerName- The name of the network manager.configurationName- The name of the network manager Routing Configuration.force- Deletes the resource even if it is part of a deployed configuration. If the configuration has been deployed, the service will do a cleanup deployment in the background, prior to the delete.- Returns:
- the
PollerFluxfor polling of long-running operation. - Throws:
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.
-
beginDeleteAsync
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String networkManagerName, String configurationName) Deletes a network manager routing configuration.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.networkManagerName- The name of the network manager.configurationName- The name of the network manager Routing Configuration.- Returns:
- the
PollerFluxfor polling of long-running operation. - Throws:
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.
-
beginDelete
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String networkManagerName, String configurationName) Deletes a network manager routing configuration.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.networkManagerName- The name of the network manager.configurationName- The name of the network manager Routing Configuration.- Returns:
- the
SyncPollerfor polling of long-running operation. - Throws:
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.
-
beginDelete
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String networkManagerName, String configurationName, Boolean force, com.azure.core.util.Context context) Deletes a network manager routing configuration.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.networkManagerName- The name of the network manager.configurationName- The name of the network manager Routing Configuration.force- Deletes the resource even if it is part of a deployed configuration. If the configuration has been deployed, the service will do a cleanup deployment in the background, prior to the delete.context- The context to associate with this operation.- Returns:
- the
SyncPollerfor polling of long-running operation. - Throws:
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.
-
deleteAsync
Mono<Void> deleteAsync(String resourceGroupName, String networkManagerName, String configurationName, Boolean force) Deletes a network manager routing configuration.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.networkManagerName- The name of the network manager.configurationName- The name of the network manager Routing Configuration.force- Deletes the resource even if it is part of a deployed configuration. If the configuration has been deployed, the service will do a cleanup deployment in the background, prior to the delete.- Returns:
- A
Monothat completes when a successful response is received. - Throws:
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.
-
deleteAsync
Mono<Void> deleteAsync(String resourceGroupName, String networkManagerName, String configurationName) Deletes a network manager routing configuration.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.networkManagerName- The name of the network manager.configurationName- The name of the network manager Routing Configuration.- Returns:
- A
Monothat completes when a successful response is received. - Throws:
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.
-
delete
Deletes a network manager routing configuration.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.networkManagerName- The name of the network manager.configurationName- The name of the network manager Routing Configuration.- Throws:
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.
-
delete
void delete(String resourceGroupName, String networkManagerName, String configurationName, Boolean force, com.azure.core.util.Context context) Deletes a network manager routing configuration.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.networkManagerName- The name of the network manager.configurationName- The name of the network manager Routing Configuration.force- Deletes the resource even if it is part of a deployed configuration. If the configuration has been deployed, the service will do a cleanup deployment in the background, prior to the delete.context- The context to associate with this operation.- Throws:
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.
-