PublicIpAllocationMethod Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. compute. models. PublicIpAllocationMethod
- com.
- com.
public final class PublicIpAllocationMethod
extends ExpandableStringEnum<PublicIpAllocationMethod>
Specify the public IP allocation type.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Public |
DYNAMIC
Static value Dynamic for Public |
static final
Public |
STATIC
Static value Static for Public |
Constructor Summary
Constructor | Description |
---|---|
PublicIpAllocationMethod() |
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
DYNAMIC
public static final PublicIpAllocationMethod DYNAMIC
Static value Dynamic for PublicIpAllocationMethod.
STATIC
public static final PublicIpAllocationMethod STATIC
Static value Static for PublicIpAllocationMethod.
Constructor Details
PublicIpAllocationMethod
@Deprecated
public PublicIpAllocationMethod()
Deprecated
Creates a new instance of PublicIpAllocationMethod value.
Method Details
fromString
public static PublicIpAllocationMethod fromString(String name)
Creates or finds a PublicIpAllocationMethod from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known PublicIpAllocationMethod values.
Returns:
Applies to
Azure SDK for Java