Uses of Class
com.azure.resourcemanager.network.models.ConnectionMonitorEndpointScopeItem
-
Packages that use ConnectionMonitorEndpointScopeItem Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of ConnectionMonitorEndpointScopeItem in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ConnectionMonitorEndpointScopeItem Modifier and Type Method Description ConnectionMonitorEndpointScopeItemConnectionMonitorEndpointScopeItem. withAddress(String address)Set the address property: The address of the endpoint item.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ConnectionMonitorEndpointScopeItem Modifier and Type Method Description List<ConnectionMonitorEndpointScopeItem>ConnectionMonitorEndpointScope. exclude()Get the exclude property: List of items which needs to be excluded from the endpoint scope.List<ConnectionMonitorEndpointScopeItem>ConnectionMonitorEndpointScope. include()Get the include property: List of items which needs to be included to the endpoint scope.Method parameters in com.azure.resourcemanager.network.models with type arguments of type ConnectionMonitorEndpointScopeItem Modifier and Type Method Description 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.
-