Uses of Class
com.microsoft.azure.management.network.PreferredIPVersion
Packages that use PreferredIPVersion
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of PreferredIPVersion in com.microsoft.azure.management.network
Fields in com.microsoft.azure.management.network declared as PreferredIPVersionModifier and TypeFieldDescriptionstatic final PreferredIPVersion
PreferredIPVersion.IPV4
Static value IPv4 for PreferredIPVersion.static final PreferredIPVersion
PreferredIPVersion.IPV6
Static value IPv6 for PreferredIPVersion.Methods in com.microsoft.azure.management.network that return PreferredIPVersionModifier and TypeMethodDescriptionstatic PreferredIPVersion
PreferredIPVersion.fromString
(String name) Creates or finds a PreferredIPVersion from its string representation.ConnectionMonitorTestConfiguration.preferredIPVersion()
Get the preferred IP version to use in test evaluation.Methods in com.microsoft.azure.management.network that return types with arguments of type PreferredIPVersionModifier and TypeMethodDescriptionstatic Collection<PreferredIPVersion>
PreferredIPVersion.values()
Methods in com.microsoft.azure.management.network with parameters of type PreferredIPVersionModifier and TypeMethodDescriptionConnectionMonitorTestConfiguration.withPreferredIPVersion
(PreferredIPVersion preferredIPVersion) Set the preferred IP version to use in test evaluation.