| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static PreferredIPVersion |
PreferredIPVersion.IPV4
Static value IPv4 for PreferredIPVersion.
|
static PreferredIPVersion |
PreferredIPVersion.IPV6
Static value IPv6 for PreferredIPVersion.
|
| Modifier and Type | Method and Description |
|---|---|
static PreferredIPVersion |
PreferredIPVersion.fromString(String name)
Creates or finds a PreferredIPVersion from its string representation.
|
PreferredIPVersion |
ConnectionMonitorTestConfiguration.preferredIPVersion()
Get the preferred IP version to use in test evaluation.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<PreferredIPVersion> |
PreferredIPVersion.values() |
| Modifier and Type | Method and Description |
|---|---|
ConnectionMonitorTestConfiguration |
ConnectionMonitorTestConfiguration.withPreferredIPVersion(PreferredIPVersion preferredIPVersion)
Set the preferred IP version to use in test evaluation.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/