Uses of Class
com.azure.resourcemanager.network.models.PreferredIpVersion
-
Packages that use PreferredIpVersion Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of PreferredIpVersion in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as PreferredIpVersion Modifier and Type Field Description static PreferredIpVersionPreferredIpVersion. IPV4Static value IPv4 for PreferredIpVersion.static PreferredIpVersionPreferredIpVersion. IPV6Static value IPv6 for PreferredIpVersion.Methods in com.azure.resourcemanager.network.models that return PreferredIpVersion Modifier and Type Method Description static PreferredIpVersionPreferredIpVersion. fromString(String name)Creates or finds a PreferredIpVersion from its string representation.PreferredIpVersionConnectionMonitorTestConfiguration. preferredIpVersion()Get the preferredIpVersion property: The preferred IP version to use in test evaluation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type PreferredIpVersion Modifier and Type Method Description static Collection<PreferredIpVersion>PreferredIpVersion. values()Methods in com.azure.resourcemanager.network.models with parameters of type PreferredIpVersion Modifier and Type Method Description ConnectionMonitorTestConfigurationConnectionMonitorTestConfiguration. withPreferredIpVersion(PreferredIpVersion preferredIpVersion)Set the preferredIpVersion property: The preferred IP version to use in test evaluation.
-