Uses of Class
com.azure.resourcemanager.network.fluent.models.ConnectionMonitorParameters
Packages that use ConnectionMonitorParameters
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of ConnectionMonitorParameters in com.azure.resourcemanager.network.fluent.models
Modifier and TypeClassDescriptionfinal classDescribes the properties of a connection monitor.Methods in com.azure.resourcemanager.network.fluent.models that return ConnectionMonitorParametersModifier and TypeMethodDescriptionstatic ConnectionMonitorParametersConnectionMonitorParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ConnectionMonitorParameters from the JsonReader.ConnectionMonitorParameters.withAutoStart(Boolean autoStart) Set the autoStart property: Determines if the connection monitor will start automatically once created.ConnectionMonitorParameters.withDestination(ConnectionMonitorDestination destination) Set the destination property: Describes the destination of connection monitor.ConnectionMonitorParameters.withEndpoints(List<ConnectionMonitorEndpoint> endpoints) Set the endpoints property: List of connection monitor endpoints.ConnectionMonitorParameters.withMonitoringIntervalInSeconds(Integer monitoringIntervalInSeconds) Set the monitoringIntervalInSeconds property: Monitoring interval in seconds.Set the notes property: Optional notes to be associated with the connection monitor.ConnectionMonitorParameters.withOutputs(List<ConnectionMonitorOutput> outputs) Set the outputs property: List of connection monitor outputs.ConnectionMonitorParameters.withSource(ConnectionMonitorSource source) Set the source property: Describes the source of connection monitor.ConnectionMonitorParameters.withTestConfigurations(List<ConnectionMonitorTestConfiguration> testConfigurations) Set the testConfigurations property: List of connection monitor test configurations.ConnectionMonitorParameters.withTestGroups(List<ConnectionMonitorTestGroup> testGroups) Set the testGroups property: List of connection monitor test groups.