Uses of Class
com.microsoft.azure.management.network.ConnectionMonitorEndpoint
Packages that use ConnectionMonitorEndpoint
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of ConnectionMonitorEndpoint in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return ConnectionMonitorEndpointModifier and TypeMethodDescriptionConnectionMonitorEndpoint.withAddress
(String address) Set address of the connection monitor endpoint (IP or domain name).ConnectionMonitorEndpoint.withFilter
(ConnectionMonitorEndpointFilter filter) Set filter for sub-items within the endpoint.Set the name of the connection monitor endpoint.ConnectionMonitorEndpoint.withResourceId
(String resourceId) Set resource ID of the connection monitor endpoint.Methods in com.microsoft.azure.management.network that return types with arguments of type ConnectionMonitorEndpointModifier and TypeMethodDescriptionConnectionMonitorParameters.endpoints()
Get list of connection monitor endpoints.Method parameters in com.microsoft.azure.management.network with type arguments of type ConnectionMonitorEndpointModifier and TypeMethodDescriptionConnectionMonitorParameters.withEndpoints
(List<ConnectionMonitorEndpoint> endpoints) Set list of connection monitor endpoints.