| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionMonitorDestination |
ConnectionMonitorParameters.destination()
Get describes the destination of connection monitor.
|
ConnectionMonitorDestination |
ConnectionMonitor.destination() |
ConnectionMonitorDestination |
ConnectionMonitorDestination.withAddress(String address)
Set address of the connection monitor destination (IP or domain name).
|
ConnectionMonitorDestination |
ConnectionMonitorDestination.withPort(Integer port)
Set the destination port used by connection monitor.
|
ConnectionMonitorDestination |
ConnectionMonitorDestination.withResourceId(String resourceId)
Set the ID of the resource used as the destination by connection monitor.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionMonitorParameters |
ConnectionMonitorParameters.withDestination(ConnectionMonitorDestination destination)
Set describes the destination of connection monitor.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/