Uses of Class
com.azure.resourcemanager.network.models.ConnectionMonitorEndpointScope
-
Packages that use ConnectionMonitorEndpointScope Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of ConnectionMonitorEndpointScope in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ConnectionMonitorEndpointScope Modifier and Type Method Description ConnectionMonitorEndpointScopeConnectionMonitorEndpoint. scope()Get the scope property: Endpoint scope.ConnectionMonitorEndpointScopeConnectionMonitorEndpointScope. withExclude(List<ConnectionMonitorEndpointScopeItem> exclude)Set the exclude property: List of items which needs to be excluded from the endpoint scope.ConnectionMonitorEndpointScopeConnectionMonitorEndpointScope. withInclude(List<ConnectionMonitorEndpointScopeItem> include)Set the include property: List of items which needs to be included to the endpoint scope.Methods in com.azure.resourcemanager.network.models with parameters of type ConnectionMonitorEndpointScope Modifier and Type Method Description ConnectionMonitorEndpointConnectionMonitorEndpoint. withScope(ConnectionMonitorEndpointScope scope)Set the scope property: Endpoint scope.
-