| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectivityDestination |
ConnectivityParameters.destination()
Get the destination property: The destination of connection.
|
ConnectivityDestination |
ConnectivityDestination.withAddress(String address)
Set the address property: The IP address or URI the resource to which a connection attempt will be made.
|
ConnectivityDestination |
ConnectivityDestination.withPort(Integer port)
Set the port property: Port on which check connectivity will be performed.
|
ConnectivityDestination |
ConnectivityDestination.withResourceId(String resourceId)
Set the resourceId property: The ID of the resource to which a connection attempt will be made.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectivityParameters |
ConnectivityParameters.withDestination(ConnectivityDestination destination)
Set the destination property: The destination of connection.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.