| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionMonitorEndpoint |
ConnectionMonitorEndpoint.withAddress(String address)
Set address of the connection monitor endpoint (IP or domain name).
|
ConnectionMonitorEndpoint |
ConnectionMonitorEndpoint.withFilter(ConnectionMonitorEndpointFilter filter)
Set filter for sub-items within the endpoint.
|
ConnectionMonitorEndpoint |
ConnectionMonitorEndpoint.withName(String name)
Set the name of the connection monitor endpoint.
|
ConnectionMonitorEndpoint |
ConnectionMonitorEndpoint.withResourceId(String resourceId)
Set resource ID of the connection monitor endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConnectionMonitorEndpoint> |
ConnectionMonitorParameters.endpoints()
Get list of connection monitor endpoints.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionMonitorParameters |
ConnectionMonitorParameters.withEndpoints(List<ConnectionMonitorEndpoint> endpoints)
Set list of connection monitor endpoints.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/