public interface ConnectionMonitorsClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ConnectionMonitorResultInner>,ConnectionMonitorResultInner> |
beginCreateOrUpdate(String resourceGroupName,
String networkWatcherName,
String connectionMonitorName,
ConnectionMonitorInner parameters,
String migrate)
Create or update a connection monitor.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ConnectionMonitorResultInner>,ConnectionMonitorResultInner> |
beginCreateOrUpdate(String resourceGroupName,
String networkWatcherName,
String connectionMonitorName,
ConnectionMonitorInner parameters,
String migrate,
com.azure.core.util.Context context)
Create or update a connection monitor.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ConnectionMonitorResultInner>,ConnectionMonitorResultInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String networkWatcherName,
String connectionMonitorName,
ConnectionMonitorInner parameters,
String migrate)
Create or update a connection monitor.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String networkWatcherName,
String connectionMonitorName)
Deletes the specified connection monitor.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String networkWatcherName,
String connectionMonitorName,
com.azure.core.util.Context context)
Deletes the specified connection monitor.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String networkWatcherName,
String connectionMonitorName)
Deletes the specified connection monitor.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ConnectionMonitorQueryResultInner>,ConnectionMonitorQueryResultInner> |
beginQuery(String resourceGroupName,
String networkWatcherName,
String connectionMonitorName)
Query a snapshot of the most recent connection states.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ConnectionMonitorQueryResultInner>,ConnectionMonitorQueryResultInner> |
beginQuery(String resourceGroupName,
String networkWatcherName,
String connectionMonitorName,
com.azure.core.util.Context context)
Query a snapshot of the most recent connection states.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ConnectionMonitorQueryResultInner>,ConnectionMonitorQueryResultInner> |
beginQueryAsync(String resourceGroupName,
String networkWatcherName,
String connectionMonitorName)
Query a snapshot of the most recent connection states.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginStart(String resourceGroupName,
String networkWatcherName,
String connectionMonitorName)
Starts the specified connection monitor.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginStart(String resourceGroupName,
String networkWatcherName,
String connectionMonitorName,
com.azure.core.util.Context context)
Starts the specified connection monitor.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginStartAsync(String resourceGroupName,
String networkWatcherName,
String connectionMonitorName)
Starts the specified connection monitor.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginStop(String resourceGroupName,
String networkWatcherName,
String connectionMonitorName)
Stops the specified connection monitor.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginStop(String resourceGroupName,
String networkWatcherName,
String connectionMonitorName,
com.azure.core.util.Context context)
Stops the specified connection monitor.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginStopAsync(String resourceGroupName,
String networkWatcherName,
String connectionMonitorName)
Stops the specified connection monitor.
|
ConnectionMonitorResultInner |
createOrUpdate(String resourceGroupName,
String networkWatcherName,
String connectionMonitorName,
ConnectionMonitorInner parameters)
Create or update a connection monitor.
|
ConnectionMonitorResultInner |
createOrUpdate(String resourceGroupName,
String networkWatcherName,
String connectionMonitorName,
ConnectionMonitorInner parameters,
String migrate)
Create or update a connection monitor.
|
ConnectionMonitorResultInner |
createOrUpdate(String resourceGroupName,
String networkWatcherName,
String connectionMonitorName,
ConnectionMonitorInner parameters,
String migrate,
com.azure.core.util.Context context)
Create or update a connection monitor.
|
Mono<ConnectionMonitorResultInner> |
createOrUpdateAsync(String resourceGroupName,
String networkWatcherName,
String connectionMonitorName,
ConnectionMonitorInner parameters)
Create or update a connection monitor.
|
Mono<ConnectionMonitorResultInner> |
createOrUpdateAsync(String resourceGroupName,
String networkWatcherName,
String connectionMonitorName,
ConnectionMonitorInner parameters,
String migrate)
Create or update a connection monitor.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String networkWatcherName,
String connectionMonitorName,
ConnectionMonitorInner parameters,
String migrate)
Create or update a connection monitor.
|
void |
delete(String resourceGroupName,
String networkWatcherName,
String connectionMonitorName)
Deletes the specified connection monitor.
|
void |
delete(String resourceGroupName,
String networkWatcherName,
String connectionMonitorName,
com.azure.core.util.Context context)
Deletes the specified connection monitor.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String networkWatcherName,
String connectionMonitorName)
Deletes the specified connection monitor.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String networkWatcherName,
String connectionMonitorName)
Deletes the specified connection monitor.
|
ConnectionMonitorResultInner |
get(String resourceGroupName,
String networkWatcherName,
String connectionMonitorName)
Gets a connection monitor by name.
|
Mono<ConnectionMonitorResultInner> |
getAsync(String resourceGroupName,
String networkWatcherName,
String connectionMonitorName)
Gets a connection monitor by name.
|
com.azure.core.http.rest.Response<ConnectionMonitorResultInner> |
getWithResponse(String resourceGroupName,
String networkWatcherName,
String connectionMonitorName,
com.azure.core.util.Context context)
Gets a connection monitor by name.
|
Mono<com.azure.core.http.rest.Response<ConnectionMonitorResultInner>> |
getWithResponseAsync(String resourceGroupName,
String networkWatcherName,
String connectionMonitorName)
Gets a connection monitor by name.
|
com.azure.core.http.rest.PagedIterable<ConnectionMonitorResultInner> |
list(String resourceGroupName,
String networkWatcherName)
Lists all connection monitors for the specified Network Watcher.
|
com.azure.core.http.rest.PagedIterable<ConnectionMonitorResultInner> |
list(String resourceGroupName,
String networkWatcherName,
com.azure.core.util.Context context)
Lists all connection monitors for the specified Network Watcher.
|
com.azure.core.http.rest.PagedFlux<ConnectionMonitorResultInner> |
listAsync(String resourceGroupName,
String networkWatcherName)
Lists all connection monitors for the specified Network Watcher.
|
ConnectionMonitorQueryResultInner |
query(String resourceGroupName,
String networkWatcherName,
String connectionMonitorName)
Query a snapshot of the most recent connection states.
|
ConnectionMonitorQueryResultInner |
query(String resourceGroupName,
String networkWatcherName,
String connectionMonitorName,
com.azure.core.util.Context context)
Query a snapshot of the most recent connection states.
|
Mono<ConnectionMonitorQueryResultInner> |
queryAsync(String resourceGroupName,
String networkWatcherName,
String connectionMonitorName)
Query a snapshot of the most recent connection states.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
queryWithResponseAsync(String resourceGroupName,
String networkWatcherName,
String connectionMonitorName)
Query a snapshot of the most recent connection states.
|
void |
start(String resourceGroupName,
String networkWatcherName,
String connectionMonitorName)
Starts the specified connection monitor.
|
void |
start(String resourceGroupName,
String networkWatcherName,
String connectionMonitorName,
com.azure.core.util.Context context)
Starts the specified connection monitor.
|
Mono<Void> |
startAsync(String resourceGroupName,
String networkWatcherName,
String connectionMonitorName)
Starts the specified connection monitor.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
startWithResponseAsync(String resourceGroupName,
String networkWatcherName,
String connectionMonitorName)
Starts the specified connection monitor.
|
void |
stop(String resourceGroupName,
String networkWatcherName,
String connectionMonitorName)
Stops the specified connection monitor.
|
void |
stop(String resourceGroupName,
String networkWatcherName,
String connectionMonitorName,
com.azure.core.util.Context context)
Stops the specified connection monitor.
|
Mono<Void> |
stopAsync(String resourceGroupName,
String networkWatcherName,
String connectionMonitorName)
Stops the specified connection monitor.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
stopWithResponseAsync(String resourceGroupName,
String networkWatcherName,
String connectionMonitorName)
Stops the specified connection monitor.
|
ConnectionMonitorResultInner |
updateTags(String resourceGroupName,
String networkWatcherName,
String connectionMonitorName)
Update tags of the specified connection monitor.
|
Mono<ConnectionMonitorResultInner> |
updateTagsAsync(String resourceGroupName,
String networkWatcherName,
String connectionMonitorName)
Update tags of the specified connection monitor.
|
Mono<ConnectionMonitorResultInner> |
updateTagsAsync(String resourceGroupName,
String networkWatcherName,
String connectionMonitorName,
Map<String,String> tags)
Update tags of the specified connection monitor.
|
com.azure.core.http.rest.Response<ConnectionMonitorResultInner> |
updateTagsWithResponse(String resourceGroupName,
String networkWatcherName,
String connectionMonitorName,
Map<String,String> tags,
com.azure.core.util.Context context)
Update tags of the specified connection monitor.
|
Mono<com.azure.core.http.rest.Response<ConnectionMonitorResultInner>> |
updateTagsWithResponseAsync(String resourceGroupName,
String networkWatcherName,
String connectionMonitorName,
Map<String,String> tags)
Update tags of the specified connection monitor.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String networkWatcherName, String connectionMonitorName, ConnectionMonitorInner parameters, String migrate)
resourceGroupName - The name of the resource group containing Network Watcher.networkWatcherName - The name of the Network Watcher resource.connectionMonitorName - The name of the connection monitor.parameters - Parameters that define the operation to create a connection monitor.migrate - Value indicating whether connection monitor V1 should be migrated to V2 format.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<ConnectionMonitorResultInner>,ConnectionMonitorResultInner> beginCreateOrUpdateAsync(String resourceGroupName, String networkWatcherName, String connectionMonitorName, ConnectionMonitorInner parameters, String migrate)
resourceGroupName - The name of the resource group containing Network Watcher.networkWatcherName - The name of the Network Watcher resource.connectionMonitorName - The name of the connection monitor.parameters - Parameters that define the operation to create a connection monitor.migrate - Value indicating whether connection monitor V1 should be migrated to V2 format.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<ConnectionMonitorResultInner>,ConnectionMonitorResultInner> beginCreateOrUpdate(String resourceGroupName, String networkWatcherName, String connectionMonitorName, ConnectionMonitorInner parameters, String migrate)
resourceGroupName - The name of the resource group containing Network Watcher.networkWatcherName - The name of the Network Watcher resource.connectionMonitorName - The name of the connection monitor.parameters - Parameters that define the operation to create a connection monitor.migrate - Value indicating whether connection monitor V1 should be migrated to V2 format.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<ConnectionMonitorResultInner>,ConnectionMonitorResultInner> beginCreateOrUpdate(String resourceGroupName, String networkWatcherName, String connectionMonitorName, ConnectionMonitorInner parameters, String migrate, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group containing Network Watcher.networkWatcherName - The name of the Network Watcher resource.connectionMonitorName - The name of the connection monitor.parameters - Parameters that define the operation to create a connection monitor.migrate - Value indicating whether connection monitor V1 should be migrated to V2 format.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<ConnectionMonitorResultInner> createOrUpdateAsync(String resourceGroupName, String networkWatcherName, String connectionMonitorName, ConnectionMonitorInner parameters, String migrate)
resourceGroupName - The name of the resource group containing Network Watcher.networkWatcherName - The name of the Network Watcher resource.connectionMonitorName - The name of the connection monitor.parameters - Parameters that define the operation to create a connection monitor.migrate - Value indicating whether connection monitor V1 should be migrated to V2 format.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<ConnectionMonitorResultInner> createOrUpdateAsync(String resourceGroupName, String networkWatcherName, String connectionMonitorName, ConnectionMonitorInner parameters)
resourceGroupName - The name of the resource group containing Network Watcher.networkWatcherName - The name of the Network Watcher resource.connectionMonitorName - The name of the connection monitor.parameters - Parameters that define the operation to create a connection monitor.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.ConnectionMonitorResultInner createOrUpdate(String resourceGroupName, String networkWatcherName, String connectionMonitorName, ConnectionMonitorInner parameters, String migrate)
resourceGroupName - The name of the resource group containing Network Watcher.networkWatcherName - The name of the Network Watcher resource.connectionMonitorName - The name of the connection monitor.parameters - Parameters that define the operation to create a connection monitor.migrate - Value indicating whether connection monitor V1 should be migrated to V2 format.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.ConnectionMonitorResultInner createOrUpdate(String resourceGroupName, String networkWatcherName, String connectionMonitorName, ConnectionMonitorInner parameters)
resourceGroupName - The name of the resource group containing Network Watcher.networkWatcherName - The name of the Network Watcher resource.connectionMonitorName - The name of the connection monitor.parameters - Parameters that define the operation to create a connection monitor.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.ConnectionMonitorResultInner createOrUpdate(String resourceGroupName, String networkWatcherName, String connectionMonitorName, ConnectionMonitorInner parameters, String migrate, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group containing Network Watcher.networkWatcherName - The name of the Network Watcher resource.connectionMonitorName - The name of the connection monitor.parameters - Parameters that define the operation to create a connection monitor.migrate - Value indicating whether connection monitor V1 should be migrated to V2 format.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<ConnectionMonitorResultInner>> getWithResponseAsync(String resourceGroupName, String networkWatcherName, String connectionMonitorName)
resourceGroupName - The name of the resource group containing Network Watcher.networkWatcherName - The name of the Network Watcher resource.connectionMonitorName - The name of the connection monitor.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<ConnectionMonitorResultInner> getAsync(String resourceGroupName, String networkWatcherName, String connectionMonitorName)
resourceGroupName - The name of the resource group containing Network Watcher.networkWatcherName - The name of the Network Watcher resource.connectionMonitorName - The name of the connection monitor.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.ConnectionMonitorResultInner get(String resourceGroupName, String networkWatcherName, String connectionMonitorName)
resourceGroupName - The name of the resource group containing Network Watcher.networkWatcherName - The name of the Network Watcher resource.connectionMonitorName - The name of the connection monitor.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<ConnectionMonitorResultInner> getWithResponse(String resourceGroupName, String networkWatcherName, String connectionMonitorName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group containing Network Watcher.networkWatcherName - The name of the Network Watcher resource.connectionMonitorName - The name of the connection monitor.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>>> deleteWithResponseAsync(String resourceGroupName, String networkWatcherName, String connectionMonitorName)
resourceGroupName - The name of the resource group containing Network Watcher.networkWatcherName - The name of the Network Watcher resource.connectionMonitorName - The name of the connection monitor.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 networkWatcherName, String connectionMonitorName)
resourceGroupName - The name of the resource group containing Network Watcher.networkWatcherName - The name of the Network Watcher resource.connectionMonitorName - The name of the connection monitor.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 networkWatcherName, String connectionMonitorName)
resourceGroupName - The name of the resource group containing Network Watcher.networkWatcherName - The name of the Network Watcher resource.connectionMonitorName - The name of the connection monitor.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 networkWatcherName, String connectionMonitorName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group containing Network Watcher.networkWatcherName - The name of the Network Watcher resource.connectionMonitorName - The name of the connection monitor.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 networkWatcherName, String connectionMonitorName)
resourceGroupName - The name of the resource group containing Network Watcher.networkWatcherName - The name of the Network Watcher resource.connectionMonitorName - The name of the connection monitor.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 networkWatcherName, String connectionMonitorName)
resourceGroupName - The name of the resource group containing Network Watcher.networkWatcherName - The name of the Network Watcher resource.connectionMonitorName - The name of the connection monitor.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 networkWatcherName, String connectionMonitorName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group containing Network Watcher.networkWatcherName - The name of the Network Watcher resource.connectionMonitorName - The name of the connection monitor.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<ConnectionMonitorResultInner>> updateTagsWithResponseAsync(String resourceGroupName, String networkWatcherName, String connectionMonitorName, Map<String,String> tags)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.connectionMonitorName - The name of the connection monitor.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<ConnectionMonitorResultInner> updateTagsAsync(String resourceGroupName, String networkWatcherName, String connectionMonitorName, Map<String,String> tags)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.connectionMonitorName - The name of the connection monitor.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<ConnectionMonitorResultInner> updateTagsAsync(String resourceGroupName, String networkWatcherName, String connectionMonitorName)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.connectionMonitorName - The name of the connection monitor.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.ConnectionMonitorResultInner updateTags(String resourceGroupName, String networkWatcherName, String connectionMonitorName)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.connectionMonitorName - The name of the connection monitor.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<ConnectionMonitorResultInner> updateTagsWithResponse(String resourceGroupName, String networkWatcherName, String connectionMonitorName, Map<String,String> tags, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.connectionMonitorName - The name of the connection monitor.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.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> stopWithResponseAsync(String resourceGroupName, String networkWatcherName, String connectionMonitorName)
resourceGroupName - The name of the resource group containing Network Watcher.networkWatcherName - The name of the Network Watcher resource.connectionMonitorName - The name of the connection monitor.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> beginStopAsync(String resourceGroupName, String networkWatcherName, String connectionMonitorName)
resourceGroupName - The name of the resource group containing Network Watcher.networkWatcherName - The name of the Network Watcher resource.connectionMonitorName - The name of the connection monitor.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> beginStop(String resourceGroupName, String networkWatcherName, String connectionMonitorName)
resourceGroupName - The name of the resource group containing Network Watcher.networkWatcherName - The name of the Network Watcher resource.connectionMonitorName - The name of the connection monitor.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> beginStop(String resourceGroupName, String networkWatcherName, String connectionMonitorName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group containing Network Watcher.networkWatcherName - The name of the Network Watcher resource.connectionMonitorName - The name of the connection monitor.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> stopAsync(String resourceGroupName, String networkWatcherName, String connectionMonitorName)
resourceGroupName - The name of the resource group containing Network Watcher.networkWatcherName - The name of the Network Watcher resource.connectionMonitorName - The name of the connection monitor.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 stop(String resourceGroupName, String networkWatcherName, String connectionMonitorName)
resourceGroupName - The name of the resource group containing Network Watcher.networkWatcherName - The name of the Network Watcher resource.connectionMonitorName - The name of the connection monitor.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 stop(String resourceGroupName, String networkWatcherName, String connectionMonitorName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group containing Network Watcher.networkWatcherName - The name of the Network Watcher resource.connectionMonitorName - The name of the connection monitor.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>>> startWithResponseAsync(String resourceGroupName, String networkWatcherName, String connectionMonitorName)
resourceGroupName - The name of the resource group containing Network Watcher.networkWatcherName - The name of the Network Watcher resource.connectionMonitorName - The name of the connection monitor.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> beginStartAsync(String resourceGroupName, String networkWatcherName, String connectionMonitorName)
resourceGroupName - The name of the resource group containing Network Watcher.networkWatcherName - The name of the Network Watcher resource.connectionMonitorName - The name of the connection monitor.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> beginStart(String resourceGroupName, String networkWatcherName, String connectionMonitorName)
resourceGroupName - The name of the resource group containing Network Watcher.networkWatcherName - The name of the Network Watcher resource.connectionMonitorName - The name of the connection monitor.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> beginStart(String resourceGroupName, String networkWatcherName, String connectionMonitorName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group containing Network Watcher.networkWatcherName - The name of the Network Watcher resource.connectionMonitorName - The name of the connection monitor.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> startAsync(String resourceGroupName, String networkWatcherName, String connectionMonitorName)
resourceGroupName - The name of the resource group containing Network Watcher.networkWatcherName - The name of the Network Watcher resource.connectionMonitorName - The name of the connection monitor.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 start(String resourceGroupName, String networkWatcherName, String connectionMonitorName)
resourceGroupName - The name of the resource group containing Network Watcher.networkWatcherName - The name of the Network Watcher resource.connectionMonitorName - The name of the connection monitor.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 start(String resourceGroupName, String networkWatcherName, String connectionMonitorName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group containing Network Watcher.networkWatcherName - The name of the Network Watcher resource.connectionMonitorName - The name of the connection monitor.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>>> queryWithResponseAsync(String resourceGroupName, String networkWatcherName, String connectionMonitorName)
resourceGroupName - The name of the resource group containing Network Watcher.networkWatcherName - The name of the Network Watcher resource.connectionMonitorName - The name given to the connection monitor.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<ConnectionMonitorQueryResultInner>,ConnectionMonitorQueryResultInner> beginQueryAsync(String resourceGroupName, String networkWatcherName, String connectionMonitorName)
resourceGroupName - The name of the resource group containing Network Watcher.networkWatcherName - The name of the Network Watcher resource.connectionMonitorName - The name given to the connection monitor.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<ConnectionMonitorQueryResultInner>,ConnectionMonitorQueryResultInner> beginQuery(String resourceGroupName, String networkWatcherName, String connectionMonitorName)
resourceGroupName - The name of the resource group containing Network Watcher.networkWatcherName - The name of the Network Watcher resource.connectionMonitorName - The name given to the connection monitor.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<ConnectionMonitorQueryResultInner>,ConnectionMonitorQueryResultInner> beginQuery(String resourceGroupName, String networkWatcherName, String connectionMonitorName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group containing Network Watcher.networkWatcherName - The name of the Network Watcher resource.connectionMonitorName - The name given to the connection monitor.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<ConnectionMonitorQueryResultInner> queryAsync(String resourceGroupName, String networkWatcherName, String connectionMonitorName)
resourceGroupName - The name of the resource group containing Network Watcher.networkWatcherName - The name of the Network Watcher resource.connectionMonitorName - The name given to the connection monitor.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.ConnectionMonitorQueryResultInner query(String resourceGroupName, String networkWatcherName, String connectionMonitorName)
resourceGroupName - The name of the resource group containing Network Watcher.networkWatcherName - The name of the Network Watcher resource.connectionMonitorName - The name given to the connection monitor.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.ConnectionMonitorQueryResultInner query(String resourceGroupName, String networkWatcherName, String connectionMonitorName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group containing Network Watcher.networkWatcherName - The name of the Network Watcher resource.connectionMonitorName - The name given to the connection monitor.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<ConnectionMonitorResultInner> listAsync(String resourceGroupName, String networkWatcherName)
resourceGroupName - The name of the resource group containing Network Watcher.networkWatcherName - The name of the Network Watcher 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.PagedIterable<ConnectionMonitorResultInner> list(String resourceGroupName, String networkWatcherName)
resourceGroupName - The name of the resource group containing Network Watcher.networkWatcherName - The name of the Network Watcher 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.PagedIterable<ConnectionMonitorResultInner> list(String resourceGroupName, String networkWatcherName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group containing Network Watcher.networkWatcherName - The name of the Network Watcher 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.Copyright © 2021 Microsoft Corporation. All rights reserved.