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