PublicIpType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. kusto. models. PublicIpType
- com.
- com.
public final class PublicIpType
extends ExpandableStringEnum<PublicIpType>
Indicates what public IP type to create - IPv4 (default), or DualStack (both IPv4 and IPv6).
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Public |
DUAL_STACK
Static value Dual |
static final
Public |
IPV4
Static value IPv4 for Public |
Constructor Summary
Constructor | Description |
---|---|
PublicIpType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Public |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Public |
fromString(String name)
Creates or finds a Public |
static
Collection<Public |
values()
Gets known Public |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DUAL_STACK
public static final PublicIpType DUAL_STACK
Static value DualStack for PublicIpType.
IPV4
public static final PublicIpType IPV4
Static value IPv4 for PublicIpType.
Constructor Details
PublicIpType
@Deprecated
public PublicIpType()
Deprecated
Creates a new instance of PublicIpType value.
Method Details
fromString
public static PublicIpType fromString(String name)
Creates or finds a PublicIpType from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known PublicIpType values.
Returns:
Applies to
Azure SDK for Java