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<PollResult<ConnectionMonitorResultInner>,ConnectionMonitorResultInner> beginCreateOrUpdate(String resourceGroupName, String networkWatcherName, String connectionMonitorName, ConnectionMonitorInner parameters)
Create or update a connection monitor.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller<PollResult<ConnectionMonitorResultInner>,ConnectionMonitorResultInner> beginCreateOrUpdate(String resourceGroupName, String networkWatcherName, String connectionMonitorName, ConnectionMonitorInner parameters, String migrate, Context context)
Create or update a connection monitor.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux<PollResult<ConnectionMonitorResultInner>,ConnectionMonitorResultInner> beginCreateOrUpdateAsync(String resourceGroupName, String networkWatcherName, String connectionMonitorName, ConnectionMonitorInner parameters)
Create or update a connection monitor.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux<PollResult<ConnectionMonitorResultInner>,ConnectionMonitorResultInner> beginCreateOrUpdateAsync(String resourceGroupName, String networkWatcherName, String connectionMonitorName, ConnectionMonitorInner parameters, String migrate)
Create or update a connection monitor.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String networkWatcherName, String connectionMonitorName)
Deletes the specified connection monitor.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String networkWatcherName, String connectionMonitorName, Context context)
Deletes the specified connection monitor.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String networkWatcherName, String connectionMonitorName)
Deletes the specified connection monitor.
Parameters:
Returns:
beginStop
public abstract SyncPoller<PollResult<Void>,Void> beginStop(String resourceGroupName, String networkWatcherName, String connectionMonitorName)
Stops the specified connection monitor.
Parameters:
Returns:
beginStop
public abstract SyncPoller<PollResult<Void>,Void> beginStop(String resourceGroupName, String networkWatcherName, String connectionMonitorName, Context context)
Stops the specified connection monitor.
Parameters:
Returns:
beginStopAsync
public abstract PollerFlux<PollResult<Void>,Void> beginStopAsync(String resourceGroupName, String networkWatcherName, String connectionMonitorName)
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<ConnectionMonitorResultInner> createOrUpdateAsync(String resourceGroupName, String networkWatcherName, String connectionMonitorName, ConnectionMonitorInner parameters)
Create or update a connection monitor.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono<ConnectionMonitorResultInner> createOrUpdateAsync(String resourceGroupName, String networkWatcherName, String connectionMonitorName, ConnectionMonitorInner parameters, String migrate)
Create or update a connection monitor.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String networkWatcherName, String connectionMonitorName, ConnectionMonitorInner parameters, String migrate)
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<Void> deleteAsync(String resourceGroupName, String networkWatcherName, String connectionMonitorName)
Deletes the specified connection monitor.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String networkWatcherName, String connectionMonitorName)
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<ConnectionMonitorResultInner> getAsync(String resourceGroupName, String networkWatcherName, String connectionMonitorName)
Gets a connection monitor by name.
Parameters:
Returns:
getWithResponse
public abstract Response<ConnectionMonitorResultInner> getWithResponse(String resourceGroupName, String networkWatcherName, String connectionMonitorName, Context context)
Gets a connection monitor by name.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono<Response<ConnectionMonitorResultInner>> getWithResponseAsync(String resourceGroupName, String networkWatcherName, String connectionMonitorName)
Gets a connection monitor by name.
Parameters:
Returns:
list
public abstract PagedIterable<ConnectionMonitorResultInner> list(String resourceGroupName, String networkWatcherName)
Lists all connection monitors for the specified Network Watcher.
Parameters:
Returns:
list
public abstract PagedIterable<ConnectionMonitorResultInner> list(String resourceGroupName, String networkWatcherName, Context context)
Lists all connection monitors for the specified Network Watcher.
Parameters:
Returns:
listAsync
public abstract PagedFlux<ConnectionMonitorResultInner> listAsync(String resourceGroupName, String networkWatcherName)
Lists all connection monitors for the specified Network Watcher.
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<Void> stopAsync(String resourceGroupName, String networkWatcherName, String connectionMonitorName)
Stops the specified connection monitor.
Parameters:
Returns:
stopWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> stopWithResponseAsync(String resourceGroupName, String networkWatcherName, String connectionMonitorName)
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<ConnectionMonitorResultInner> updateTagsAsync(String resourceGroupName, String networkWatcherName, String connectionMonitorName, TagsObject parameters)
Update tags of the specified connection monitor.
Parameters:
Returns:
updateTagsWithResponse
public abstract Response<ConnectionMonitorResultInner> updateTagsWithResponse(String resourceGroupName, String networkWatcherName, String connectionMonitorName, TagsObject parameters, Context context)
Update tags of the specified connection monitor.
Parameters:
Returns:
updateTagsWithResponseAsync
public abstract Mono<Response<ConnectionMonitorResultInner>> updateTagsWithResponseAsync(String resourceGroupName, String networkWatcherName, String connectionMonitorName, TagsObject parameters)
Update tags of the specified connection monitor.
Parameters:
Returns: