| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionMonitorTestGroup |
ConnectionMonitorTestGroup.withDestinations(List<String> destinations)
Set list of destination endpoint names.
|
ConnectionMonitorTestGroup |
ConnectionMonitorTestGroup.withDisable(Boolean disable)
Set value indicating whether test group is disabled.
|
ConnectionMonitorTestGroup |
ConnectionMonitorTestGroup.withName(String name)
Set the name of the connection monitor test group.
|
ConnectionMonitorTestGroup |
ConnectionMonitorTestGroup.withSources(List<String> sources)
Set list of source endpoint names.
|
ConnectionMonitorTestGroup |
ConnectionMonitorTestGroup.withTestConfigurations(List<String> testConfigurations)
Set list of test configuration names.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConnectionMonitorTestGroup> |
ConnectionMonitorParameters.testGroups()
Get list of connection monitor test groups.
|
| Modifier and Type | Method and Description |
|---|---|
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.
*/