ConnectionMonitorEndpointScope Class
Describes the connection monitor endpoint scope.
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. |
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Python