ConnectionMonitorTestGroup Class
Describes the connection monitor test group.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.network._serialization.ModelConnectionMonitorTestGroup
Constructor
ConnectionMonitorTestGroup(*, name: str, test_configurations: List[str], sources: List[str], destinations: List[str], disable: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The name of the connection monitor test group. Required. |
disable
|
Value indicating whether test group is disabled. |
test_configurations
|
List of test configuration names. Required. |
sources
|
List of source endpoint names. Required. |
destinations
|
List of destination endpoint names. Required. |
Variables
Name | Description |
---|---|
name
|
The name of the connection monitor test group. Required. |
disable
|
Value indicating whether test group is disabled. |
test_configurations
|
List of test configuration names. Required. |
sources
|
List of source endpoint names. Required. |
destinations
|
List of destination endpoint names. Required. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python