Uses of Class
com.microsoft.azure.management.network.ConnectionMonitorTestGroup
Packages that use ConnectionMonitorTestGroup
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of ConnectionMonitorTestGroup in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return ConnectionMonitorTestGroupModifier and TypeMethodDescriptionConnectionMonitorTestGroup.withDestinations
(List<String> destinations) Set list of destination endpoint names.ConnectionMonitorTestGroup.withDisable
(Boolean disable) Set value indicating whether test group is disabled.Set the name of the connection monitor test group.ConnectionMonitorTestGroup.withSources
(List<String> sources) Set list of source endpoint names.ConnectionMonitorTestGroup.withTestConfigurations
(List<String> testConfigurations) Set list of test configuration names.Methods in com.microsoft.azure.management.network that return types with arguments of type ConnectionMonitorTestGroupModifier and TypeMethodDescriptionConnectionMonitorParameters.testGroups()
Get list of connection monitor test groups.Method parameters in com.microsoft.azure.management.network with type arguments of type ConnectionMonitorTestGroupModifier and TypeMethodDescriptionConnectionMonitorParameters.withTestGroups
(List<ConnectionMonitorTestGroup> testGroups) Set list of connection monitor test groups.