ConnectionMonitorsClient Interface
public interface ConnectionMonitorsClient
An instance of this class provides access to all the operations defined in ConnectionMonitorsClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller
Create or update a connection monitor.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller
Create or update a connection monitor.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux
Create or update a connection monitor.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux
Create or update a connection monitor.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes the specified connection monitor.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes the specified connection monitor.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
Deletes the specified connection monitor.
Parameters:
Returns:
beginQuery
public abstract SyncPoller
Query a snapshot of the most recent connection states.
Parameters:
Returns:
beginQuery
public abstract SyncPoller
Query a snapshot of the most recent connection states.
Parameters:
Returns:
beginQueryAsync
public abstract PollerFlux
Query a snapshot of the most recent connection states.
Parameters:
Returns:
beginStart
public abstract SyncPoller
Starts the specified connection monitor.
Parameters:
Returns:
beginStart
public abstract SyncPoller
Starts the specified connection monitor.
Parameters:
Returns:
beginStartAsync
public abstract PollerFlux
Starts the specified connection monitor.
Parameters:
Returns:
beginStop
public abstract SyncPoller
Stops the specified connection monitor.
Parameters:
Returns:
beginStop
public abstract SyncPoller
Stops the specified connection monitor.
Parameters:
Returns:
beginStopAsync
public abstract PollerFlux
Stops the specified connection monitor.
Parameters:
Returns:
createOrUpdate
public abstract ConnectionMonitorResultInner createOrUpdate(String resourceGroupName, String networkWatcherName, String connectionMonitorName, ConnectionMonitorInner parameters)
Create or update a connection monitor.
Parameters:
Returns:
createOrUpdate
public abstract ConnectionMonitorResultInner createOrUpdate(String resourceGroupName, String networkWatcherName, String connectionMonitorName, ConnectionMonitorInner parameters, String migrate, Context context)
Create or update a connection monitor.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono
Create or update a connection monitor.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono
Create or update a connection monitor.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
Create or update a connection monitor.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String networkWatcherName, String connectionMonitorName)
Deletes the specified connection monitor.
Parameters:
delete
public abstract void delete(String resourceGroupName, String networkWatcherName, String connectionMonitorName, Context context)
Deletes the specified connection monitor.
Parameters:
deleteAsync
public abstract Mono
Deletes the specified connection monitor.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Deletes the specified connection monitor.
Parameters:
Returns:
get
public abstract ConnectionMonitorResultInner get(String resourceGroupName, String networkWatcherName, String connectionMonitorName)
Gets a connection monitor by name.
Parameters:
Returns:
getAsync
public abstract Mono
Gets a connection monitor by name.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets a connection monitor by name.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets a connection monitor by name.
Parameters:
Returns:
list
public abstract PagedIterable
Lists all connection monitors for the specified Network Watcher.
Parameters:
Returns:
list
public abstract PagedIterable
Lists all connection monitors for the specified Network Watcher.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Lists all connection monitors for the specified Network Watcher.
Parameters:
Returns:
query
public abstract ConnectionMonitorQueryResultInner query(String resourceGroupName, String networkWatcherName, String connectionMonitorName)
Query a snapshot of the most recent connection states.
Parameters:
Returns:
query
public abstract ConnectionMonitorQueryResultInner query(String resourceGroupName, String networkWatcherName, String connectionMonitorName, Context context)
Query a snapshot of the most recent connection states.
Parameters:
Returns:
queryAsync
public abstract Mono
Query a snapshot of the most recent connection states.
Parameters:
Returns:
queryWithResponseAsync
public abstract Mono
Query a snapshot of the most recent connection states.
Parameters:
Returns:
start
public abstract void start(String resourceGroupName, String networkWatcherName, String connectionMonitorName)
Starts the specified connection monitor.
Parameters:
start
public abstract void start(String resourceGroupName, String networkWatcherName, String connectionMonitorName, Context context)
Starts the specified connection monitor.
Parameters:
startAsync
public abstract Mono
Starts the specified connection monitor.
Parameters:
Returns:
startWithResponseAsync
public abstract Mono
Starts the specified connection monitor.
Parameters:
Returns:
stop
public abstract void stop(String resourceGroupName, String networkWatcherName, String connectionMonitorName)
Stops the specified connection monitor.
Parameters:
stop
public abstract void stop(String resourceGroupName, String networkWatcherName, String connectionMonitorName, Context context)
Stops the specified connection monitor.
Parameters:
stopAsync
public abstract Mono
Stops the specified connection monitor.
Parameters:
Returns:
stopWithResponseAsync
public abstract Mono
Stops the specified connection monitor.
Parameters:
Returns:
updateTags
public abstract ConnectionMonitorResultInner updateTags(String resourceGroupName, String networkWatcherName, String connectionMonitorName, TagsObject parameters)
Update tags of the specified connection monitor.
Parameters:
Returns:
updateTagsAsync
public abstract Mono
Update tags of the specified connection monitor.
Parameters:
Returns:
updateTagsWithResponse
public abstract Response
Update tags of the specified connection monitor.
Parameters:
Returns:
updateTagsWithResponseAsync
public abstract Mono
Update tags of the specified connection monitor.
Parameters:
Returns:
Applies to
Azure SDK for Java