public final class ConnectionMonitorTestGroup extends Object
| Constructor and Description |
|---|
ConnectionMonitorTestGroup() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
destinations()
Get the destinations property: List of destination endpoint names.
|
Boolean |
disable()
Get the disable property: Value indicating whether test group is disabled.
|
String |
name()
Get the name property: The name of the connection monitor test group.
|
List<String> |
sources()
Get the sources property: List of source endpoint names.
|
List<String> |
testConfigurations()
Get the testConfigurations property: List of test configuration names.
|
void |
validate()
Validates the instance.
|
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.
|
ConnectionMonitorTestGroup |
withName(String name)
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.
|
public String name()
public ConnectionMonitorTestGroup withName(String name)
name - the name value to set.public Boolean disable()
public ConnectionMonitorTestGroup withDisable(Boolean disable)
disable - the disable value to set.public List<String> testConfigurations()
public ConnectionMonitorTestGroup withTestConfigurations(List<String> testConfigurations)
testConfigurations - the testConfigurations value to set.public List<String> sources()
public ConnectionMonitorTestGroup withSources(List<String> sources)
sources - the sources value to set.public List<String> destinations()
public ConnectionMonitorTestGroup withDestinations(List<String> destinations)
destinations - the destinations value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.