| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionMonitorResultProperties
Describes the properties of a connection monitor.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionMonitorParameters |
ConnectionMonitorParameters.withAutoStart(Boolean autoStart)
Set the autoStart property: Determines if the connection monitor will start automatically once created.
|
ConnectionMonitorParameters |
ConnectionMonitorParameters.withDestination(ConnectionMonitorDestination destination)
Set the destination property: Describes the destination of connection monitor.
|
ConnectionMonitorParameters |
ConnectionMonitorParameters.withEndpoints(List<ConnectionMonitorEndpoint> endpoints)
Set the endpoints property: List of connection monitor endpoints.
|
ConnectionMonitorParameters |
ConnectionMonitorParameters.withMonitoringIntervalInSeconds(Integer monitoringIntervalInSeconds)
Set the monitoringIntervalInSeconds property: Monitoring interval in seconds.
|
ConnectionMonitorParameters |
ConnectionMonitorParameters.withNotes(String notes)
Set the notes property: Optional notes to be associated with the connection monitor.
|
ConnectionMonitorParameters |
ConnectionMonitorParameters.withOutputs(List<ConnectionMonitorOutput> outputs)
Set the outputs property: List of connection monitor outputs.
|
ConnectionMonitorParameters |
ConnectionMonitorParameters.withSource(ConnectionMonitorSource source)
Set the source property: Describes the source of connection monitor.
|
ConnectionMonitorParameters |
ConnectionMonitorParameters.withTestConfigurations(List<ConnectionMonitorTestConfiguration> testConfigurations)
Set the testConfigurations property: List of connection monitor test configurations.
|
ConnectionMonitorParameters |
ConnectionMonitorParameters.withTestGroups(List<ConnectionMonitorTestGroup> testGroups)
Set the testGroups property: List of connection monitor test groups.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.