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