Uses of Class
com.azure.resourcemanager.network.fluent.models.ConnectionMonitorInner
-
Packages that use ConnectionMonitorInner Package Description com.azure.resourcemanager.network.fluent Package containing the service clients for NetworkManagementClient.com.azure.resourcemanager.network.fluent.models 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 ConnectionMonitorInner Modifier and Type Method Description 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)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, String migrate)Create or update a connection monitor.ConnectionMonitorResultInnerConnectionMonitorsClient. createOrUpdate(String resourceGroupName, String networkWatcherName, String connectionMonitorName, ConnectionMonitorInner parameters)Create or update a connection monitor.ConnectionMonitorResultInnerConnectionMonitorsClient. createOrUpdate(String resourceGroupName, String networkWatcherName, String connectionMonitorName, ConnectionMonitorInner parameters, String migrate)Create or update a connection monitor.ConnectionMonitorResultInnerConnectionMonitorsClient. 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>ConnectionMonitorsClient. createOrUpdateAsync(String resourceGroupName, String networkWatcherName, String connectionMonitorName, ConnectionMonitorInner parameters)Create or update a connection monitor.Mono<ConnectionMonitorResultInner>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 ConnectionMonitorInner Modifier and Type Method Description ConnectionMonitorInnerConnectionMonitorInner. withAutoStart(Boolean autoStart)Set the autoStart property: Determines if the connection monitor will start automatically once created.ConnectionMonitorInnerConnectionMonitorInner. withDestination(ConnectionMonitorDestination destination)Set the destination property: Describes the destination of connection monitor.ConnectionMonitorInnerConnectionMonitorInner. withEndpoints(List<ConnectionMonitorEndpoint> endpoints)Set the endpoints property: List of connection monitor endpoints.ConnectionMonitorInnerConnectionMonitorInner. withLocation(String location)Set the location property: Connection monitor location.ConnectionMonitorInnerConnectionMonitorInner. withMonitoringIntervalInSeconds(Integer monitoringIntervalInSeconds)Set the monitoringIntervalInSeconds property: Monitoring interval in seconds.ConnectionMonitorInnerConnectionMonitorInner. withNotes(String notes)Set the notes property: Optional notes to be associated with the connection monitor.ConnectionMonitorInnerConnectionMonitorInner. withOutputs(List<ConnectionMonitorOutput> outputs)Set the outputs property: List of connection monitor outputs.ConnectionMonitorInnerConnectionMonitorInner. withSource(ConnectionMonitorSource source)Set the source property: Describes the source of connection monitor.ConnectionMonitorInnerConnectionMonitorInner. withTags(Map<String,String> tags)Set the tags property: Connection monitor tags.ConnectionMonitorInnerConnectionMonitorInner. withTestConfigurations(List<ConnectionMonitorTestConfiguration> testConfigurations)Set the testConfigurations property: List of connection monitor test configurations.ConnectionMonitorInnerConnectionMonitorInner. withTestGroups(List<ConnectionMonitorTestGroup> testGroups)Set the testGroups property: List of connection monitor test groups.
-