Uses of Class
com.azure.resourcemanager.network.models.ConnectionMonitorEndpointScope
Packages that use ConnectionMonitorEndpointScope
Package
Description
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 ConnectionMonitorEndpointScopeModifier and TypeMethodDescriptionConnectionMonitorEndpointScope.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ConnectionMonitorEndpointScope from the JsonReader.ConnectionMonitorEndpoint.scope()Get the scope property: Endpoint scope defines which target resource to monitor in case of compound resource endpoints like VMSS, AzureSubnet, AzureVNet, MMAWorkspaceNetwork, AzureArcNetwork.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.Methods in com.azure.resourcemanager.network.models with parameters of type ConnectionMonitorEndpointScopeModifier and TypeMethodDescriptionConnectionMonitorEndpoint.withScope(ConnectionMonitorEndpointScope scope) Set the scope property: Endpoint scope defines which target resource to monitor in case of compound resource endpoints like VMSS, AzureSubnet, AzureVNet, MMAWorkspaceNetwork, AzureArcNetwork.