Uses of Class
com.microsoft.azure.management.network.ConnectionMonitorParameters
Packages that use ConnectionMonitorParameters
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of ConnectionMonitorParameters in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return ConnectionMonitorParametersModifier and TypeMethodDescriptionConnectionMonitorParameters.withAutoStart
(Boolean autoStart) Set determines if the connection monitor will start automatically once created.ConnectionMonitorParameters.withDestination
(ConnectionMonitorDestination destination) Set describes the destination of connection monitor.ConnectionMonitorParameters.withEndpoints
(List<ConnectionMonitorEndpoint> endpoints) Set list of connection monitor endpoints.ConnectionMonitorParameters.withMonitoringIntervalInSeconds
(Integer monitoringIntervalInSeconds) Set monitoring interval in seconds.Set optional notes to be associated with the connection monitor.ConnectionMonitorParameters.withOutputs
(List<ConnectionMonitorOutput> outputs) Set list of connection monitor outputs.ConnectionMonitorParameters.withSource
(ConnectionMonitorSource source) Set describes the source of connection monitor.ConnectionMonitorParameters.withTestConfigurations
(List<ConnectionMonitorTestConfiguration> testConfigurations) Set list of connection monitor test configurations.ConnectionMonitorParameters.withTestGroups
(List<ConnectionMonitorTestGroup> testGroups) Set list of connection monitor test groups.