Uses of Class
com.azure.resourcemanager.network.models.ConnectionMonitorEndpointScopeItem
Packages that use ConnectionMonitorEndpointScopeItem
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ConnectionMonitorEndpointScopeItem in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type ConnectionMonitorEndpointScopeItemModifier and TypeClassDescriptionfinal classDescribes the connection monitor endpoint scope item.Methods in com.azure.resourcemanager.network.models that return ConnectionMonitorEndpointScopeItemModifier and TypeMethodDescriptionConnectionMonitorEndpointScopeItem.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ConnectionMonitorEndpointScopeItem from the JsonReader.ConnectionMonitorEndpointScopeItem.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 ConnectionMonitorEndpointScopeItemModifier and TypeMethodDescriptionConnectionMonitorEndpointScope.exclude()Get the exclude property: List of items which needs to be excluded from the endpoint scope.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 ConnectionMonitorEndpointScopeItemModifier and TypeMethodDescriptionConnectionMonitorEndpointScope.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.