| 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.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionMonitorDestination |
ConnectionMonitorInner.destination()
Get the destination property: Describes the destination of connection monitor.
|
ConnectionMonitorDestination |
ConnectionMonitorResultInner.destination()
Get the destination property: Describes the destination of connection monitor.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionMonitorInner |
ConnectionMonitorInner.withDestination(ConnectionMonitorDestination destination)
Set the destination property: Describes the destination of connection monitor.
|
ConnectionMonitorResultInner |
ConnectionMonitorResultInner.withDestination(ConnectionMonitorDestination destination)
Set the destination property: Describes the destination of connection monitor.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionMonitorDestination |
ConnectionMonitor.destination() |
ConnectionMonitorDestination |
ConnectionMonitorParameters.destination()
Get the destination property: Describes the destination of connection monitor.
|
ConnectionMonitorDestination |
ConnectionMonitorDestination.withAddress(String address)
Set the address property: Address of the connection monitor destination (IP or domain name).
|
ConnectionMonitorDestination |
ConnectionMonitorDestination.withPort(Integer port)
Set the port property: The destination port used by connection monitor.
|
ConnectionMonitorDestination |
ConnectionMonitorDestination.withResourceId(String resourceId)
Set the resourceId property: The ID of the resource used as the destination by connection monitor.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionMonitorParameters |
ConnectionMonitorParameters.withDestination(ConnectionMonitorDestination destination)
Set the destination property: Describes the destination of connection monitor.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.