ConnectionMonitorEndpointScope Class
Describes the connection monitor endpoint scope.
- Inheritance
-
azure.mgmt.network._serialization.ModelConnectionMonitorEndpointScope
Constructor
ConnectionMonitorEndpointScope(*, include: List[_models.ConnectionMonitorEndpointScopeItem] | None = None, exclude: List[_models.ConnectionMonitorEndpointScopeItem] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
include
|
List of items which needs to be included to the endpoint scope. |
exclude
|
List of items which needs to be excluded from the endpoint scope. |
Variables
Name | Description |
---|---|
include
|
List of items which needs to be included to the endpoint scope. |
exclude
|
List of items which needs to be excluded from the endpoint scope. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python