Uses of Class
com.azure.resourcemanager.network.models.ConnectionMonitorEndpoint
-
Packages that use ConnectionMonitorEndpoint Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of ConnectionMonitorEndpoint in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ConnectionMonitorEndpoint Modifier and Type Method Description List<ConnectionMonitorEndpoint>ConnectionMonitorInner. endpoints()Get the endpoints property: List of connection monitor endpoints.List<ConnectionMonitorEndpoint>ConnectionMonitorParameters. endpoints()Get the endpoints property: List of connection monitor endpoints.List<ConnectionMonitorEndpoint>ConnectionMonitorResultInner. endpoints()Get the endpoints property: List of connection monitor endpoints.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type ConnectionMonitorEndpoint Modifier and Type Method Description ConnectionMonitorInnerConnectionMonitorInner. withEndpoints(List<ConnectionMonitorEndpoint> endpoints)Set the endpoints property: List of connection monitor endpoints.ConnectionMonitorParametersConnectionMonitorParameters. withEndpoints(List<ConnectionMonitorEndpoint> endpoints)Set the endpoints property: List of connection monitor endpoints.ConnectionMonitorResultInnerConnectionMonitorResultInner. withEndpoints(List<ConnectionMonitorEndpoint> endpoints)Set the endpoints property: List of connection monitor endpoints.ConnectionMonitorResultPropertiesConnectionMonitorResultProperties. withEndpoints(List<ConnectionMonitorEndpoint> endpoints)Set the endpoints property: List of connection monitor endpoints. -
Uses of ConnectionMonitorEndpoint in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ConnectionMonitorEndpoint Modifier and Type Method Description ConnectionMonitorEndpointConnectionMonitorEndpoint. withAddress(String address)Set the address property: Address of the connection monitor endpoint (IP or domain name).ConnectionMonitorEndpointConnectionMonitorEndpoint. withCoverageLevel(CoverageLevel coverageLevel)Set the coverageLevel property: Test coverage for the endpoint.ConnectionMonitorEndpointConnectionMonitorEndpoint. withFilter(ConnectionMonitorEndpointFilter filter)Set the filter property: Filter for sub-items within the endpoint.ConnectionMonitorEndpointConnectionMonitorEndpoint. withName(String name)Set the name property: The name of the connection monitor endpoint.ConnectionMonitorEndpointConnectionMonitorEndpoint. withResourceId(String resourceId)Set the resourceId property: Resource ID of the connection monitor endpoint.ConnectionMonitorEndpointConnectionMonitorEndpoint. withScope(ConnectionMonitorEndpointScope scope)Set the scope property: Endpoint scope.ConnectionMonitorEndpointConnectionMonitorEndpoint. withType(EndpointType type)Set the type property: The endpoint type.
-