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
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type ConnectionMonitorEndpointScopeModifier and TypeClassDescriptionfinal classDescribes the connection monitor endpoint scope.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.