Uses of Class
com.azure.resourcemanager.network.models.ConnectionMonitorTestGroup
Packages that use ConnectionMonitorTestGroup
Package
Description
Package containing the inner data models for NetworkManagementClient.
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 ConnectionMonitorTestGroupModifier and TypeMethodDescriptionConnectionMonitorInner.testGroups()Get the testGroups property: List of connection monitor test groups.ConnectionMonitorParameters.testGroups()Get the testGroups property: List of connection monitor test groups.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 ConnectionMonitorTestGroupModifier and TypeMethodDescriptionConnectionMonitorInner.withTestGroups(List<ConnectionMonitorTestGroup> testGroups) Set the testGroups property: List of connection monitor test groups.ConnectionMonitorParameters.withTestGroups(List<ConnectionMonitorTestGroup> testGroups) Set the testGroups property: List of connection monitor test groups.ConnectionMonitorResultInner.withTestGroups(List<ConnectionMonitorTestGroup> testGroups) Set the testGroups property: List of connection monitor test groups.ConnectionMonitorResultProperties.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 ConnectionMonitorTestGroupModifier and TypeMethodDescriptionstatic ConnectionMonitorTestGroupConnectionMonitorTestGroup.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ConnectionMonitorTestGroup from the JsonReader.ConnectionMonitorTestGroup.withDestinations(List<String> destinations) Set the destinations property: List of destination endpoint names.ConnectionMonitorTestGroup.withDisable(Boolean disable) Set the disable property: Value indicating whether test group is disabled.Set the name property: The name of the connection monitor test group.ConnectionMonitorTestGroup.withSources(List<String> sources) Set the sources property: List of source endpoint names.ConnectionMonitorTestGroup.withTestConfigurations(List<String> testConfigurations) Set the testConfigurations property: List of test configuration names.