Uses of Class
com.azure.resourcemanager.network.models.ConnectionMonitorTestGroup
-
Packages that use ConnectionMonitorTestGroup Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of ConnectionMonitorTestGroup in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ConnectionMonitorTestGroup Modifier and Type Method Description List<ConnectionMonitorTestGroup>ConnectionMonitorInner. testGroups()Get the testGroups property: List of connection monitor test groups.List<ConnectionMonitorTestGroup>ConnectionMonitorParameters. testGroups()Get the testGroups property: List of connection monitor test groups.List<ConnectionMonitorTestGroup>ConnectionMonitorResultInner. testGroups()Get the testGroups property: List of connection monitor test groups.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type ConnectionMonitorTestGroup Modifier and Type Method Description ConnectionMonitorInnerConnectionMonitorInner. withTestGroups(List<ConnectionMonitorTestGroup> testGroups)Set the testGroups property: List of connection monitor test groups.ConnectionMonitorParametersConnectionMonitorParameters. withTestGroups(List<ConnectionMonitorTestGroup> testGroups)Set the testGroups property: List of connection monitor test groups.ConnectionMonitorResultInnerConnectionMonitorResultInner. withTestGroups(List<ConnectionMonitorTestGroup> testGroups)Set the testGroups property: List of connection monitor test groups.ConnectionMonitorResultPropertiesConnectionMonitorResultProperties. withTestGroups(List<ConnectionMonitorTestGroup> testGroups)Set the testGroups property: List of connection monitor test groups. -
Uses of ConnectionMonitorTestGroup in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ConnectionMonitorTestGroup Modifier and Type Method Description ConnectionMonitorTestGroupConnectionMonitorTestGroup. withDestinations(List<String> destinations)Set the destinations property: List of destination endpoint names.ConnectionMonitorTestGroupConnectionMonitorTestGroup. withDisable(Boolean disable)Set the disable property: Value indicating whether test group is disabled.ConnectionMonitorTestGroupConnectionMonitorTestGroup. withName(String name)Set the name property: The name of the connection monitor test group.ConnectionMonitorTestGroupConnectionMonitorTestGroup. withSources(List<String> sources)Set the sources property: List of source endpoint names.ConnectionMonitorTestGroupConnectionMonitorTestGroup. withTestConfigurations(List<String> testConfigurations)Set the testConfigurations property: List of test configuration names.
-