| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionMonitorParameters |
ConnectionMonitorParameters.withAutoStart(Boolean autoStart)
Set determines if the connection monitor will start automatically once created.
|
ConnectionMonitorParameters |
ConnectionMonitorParameters.withDestination(ConnectionMonitorDestination destination)
Set describes the destination of connection monitor.
|
ConnectionMonitorParameters |
ConnectionMonitorParameters.withEndpoints(List<ConnectionMonitorEndpoint> endpoints)
Set list of connection monitor endpoints.
|
ConnectionMonitorParameters |
ConnectionMonitorParameters.withMonitoringIntervalInSeconds(Integer monitoringIntervalInSeconds)
Set monitoring interval in seconds.
|
ConnectionMonitorParameters |
ConnectionMonitorParameters.withNotes(String notes)
Set optional notes to be associated with the connection monitor.
|
ConnectionMonitorParameters |
ConnectionMonitorParameters.withOutputs(List<ConnectionMonitorOutput> outputs)
Set list of connection monitor outputs.
|
ConnectionMonitorParameters |
ConnectionMonitorParameters.withSource(ConnectionMonitorSource source)
Set describes the source of connection monitor.
|
ConnectionMonitorParameters |
ConnectionMonitorParameters.withTestConfigurations(List<ConnectionMonitorTestConfiguration> testConfigurations)
Set list of connection monitor test configurations.
|
ConnectionMonitorParameters |
ConnectionMonitorParameters.withTestGroups(List<ConnectionMonitorTestGroup> testGroups)
Set list of connection monitor test groups.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/