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