public final class PreferredIpVersion extends com.azure.core.util.ExpandableStringEnum<PreferredIpVersion>
| Modifier and Type | Field and Description |
|---|---|
static PreferredIpVersion |
IPV4
Static value IPv4 for PreferredIpVersion.
|
static PreferredIpVersion |
IPV6
Static value IPv6 for PreferredIpVersion.
|
| Constructor and Description |
|---|
PreferredIpVersion() |
| Modifier and Type | Method and Description |
|---|---|
static PreferredIpVersion |
fromString(String name)
Creates or finds a PreferredIpVersion from its string representation.
|
static Collection<PreferredIpVersion> |
values() |
public static final PreferredIpVersion IPV4
public static final PreferredIpVersion IPV6
public static PreferredIpVersion fromString(String name)
name - a name to look for.public static Collection<PreferredIpVersion> values()
Copyright © 2020 Microsoft Corporation. All rights reserved.