Uses of Class
com.azure.resourcemanager.network.fluent.models.ConnectionMonitorInner
Packages that use ConnectionMonitorInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
-
Uses of ConnectionMonitorInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent with parameters of type ConnectionMonitorInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ConnectionMonitorResultInner>, ConnectionMonitorResultInner> ConnectionMonitorsClient.beginCreateOrUpdate(String resourceGroupName, String networkWatcherName, String connectionMonitorName, ConnectionMonitorInner parameters) Create or update a connection monitor.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ConnectionMonitorResultInner>, ConnectionMonitorResultInner> ConnectionMonitorsClient.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> ConnectionMonitorsClient.beginCreateOrUpdateAsync(String resourceGroupName, String networkWatcherName, String connectionMonitorName, ConnectionMonitorInner parameters) Create or update a connection monitor.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ConnectionMonitorResultInner>, ConnectionMonitorResultInner> ConnectionMonitorsClient.beginCreateOrUpdateAsync(String resourceGroupName, String networkWatcherName, String connectionMonitorName, ConnectionMonitorInner parameters, String migrate) Create or update a connection monitor.ConnectionMonitorsClient.createOrUpdate(String resourceGroupName, String networkWatcherName, String connectionMonitorName, ConnectionMonitorInner parameters) Create or update a connection monitor.ConnectionMonitorsClient.createOrUpdate(String resourceGroupName, String networkWatcherName, String connectionMonitorName, ConnectionMonitorInner parameters, String migrate, com.azure.core.util.Context context) Create or update a connection monitor.ConnectionMonitorsClient.createOrUpdateAsync(String resourceGroupName, String networkWatcherName, String connectionMonitorName, ConnectionMonitorInner parameters) Create or update a connection monitor.ConnectionMonitorsClient.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>>> ConnectionMonitorsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String networkWatcherName, String connectionMonitorName, ConnectionMonitorInner parameters, String migrate) Create or update a connection monitor. -
Uses of ConnectionMonitorInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ConnectionMonitorInnerModifier and TypeMethodDescriptionstatic ConnectionMonitorInnerConnectionMonitorInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ConnectionMonitorInner from the JsonReader.ConnectionMonitorInner.withAutoStart(Boolean autoStart) Set the autoStart property: Determines if the connection monitor will start automatically once created.ConnectionMonitorInner.withDestination(ConnectionMonitorDestination destination) Set the destination property: Describes the destination of connection monitor.ConnectionMonitorInner.withEndpoints(List<ConnectionMonitorEndpoint> endpoints) Set the endpoints property: List of connection monitor endpoints.ConnectionMonitorInner.withLocation(String location) Set the location property: Connection monitor location.ConnectionMonitorInner.withMonitoringIntervalInSeconds(Integer monitoringIntervalInSeconds) Set the monitoringIntervalInSeconds property: Monitoring interval in seconds.Set the notes property: Optional notes to be associated with the connection monitor.ConnectionMonitorInner.withOutputs(List<ConnectionMonitorOutput> outputs) Set the outputs property: List of connection monitor outputs.ConnectionMonitorInner.withSource(ConnectionMonitorSource source) Set the source property: Describes the source of connection monitor.Set the tags property: Connection monitor tags.ConnectionMonitorInner.withTestConfigurations(List<ConnectionMonitorTestConfiguration> testConfigurations) Set the testConfigurations property: List of connection monitor test configurations.ConnectionMonitorInner.withTestGroups(List<ConnectionMonitorTestGroup> testGroups) Set the testGroups property: List of connection monitor test groups.