public final class ConnectionMonitorEndpointScope extends Object
| Constructor and Description |
|---|
ConnectionMonitorEndpointScope() |
| Modifier and Type | Method and Description |
|---|---|
List<ConnectionMonitorEndpointScopeItem> |
exclude()
Get the exclude property: List of items which needs to be excluded from the endpoint scope.
|
List<ConnectionMonitorEndpointScopeItem> |
include()
Get the include property: List of items which needs to be included to the endpoint scope.
|
void |
validate()
Validates the instance.
|
ConnectionMonitorEndpointScope |
withExclude(List<ConnectionMonitorEndpointScopeItem> exclude)
Set the exclude property: List of items which needs to be excluded from the endpoint scope.
|
ConnectionMonitorEndpointScope |
withInclude(List<ConnectionMonitorEndpointScopeItem> include)
Set the include property: List of items which needs to be included to the endpoint scope.
|
public List<ConnectionMonitorEndpointScopeItem> include()
public ConnectionMonitorEndpointScope withInclude(List<ConnectionMonitorEndpointScopeItem> include)
include - the include value to set.public List<ConnectionMonitorEndpointScopeItem> exclude()
public ConnectionMonitorEndpointScope withExclude(List<ConnectionMonitorEndpointScopeItem> exclude)
exclude - the exclude value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.