ContainerGroupIpAddressType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. containerinstance. models. ContainerGroupIpAddressType
- com.
- com.
public final class ContainerGroupIpAddressType
extends ExpandableStringEnum<ContainerGroupIpAddressType>
Specifies if the IP is exposed to the public internet or private VNET.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Container |
PRIVATE
Static value Private for Container |
static final
Container |
PUBLIC
Static value Public for Container |
Constructor Summary
Constructor | Description |
---|---|
ContainerGroupIpAddressType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Container |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Container |
fromString(String name)
Creates or finds a Container |
static
Collection<Container |
values()
Gets known Container |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
PRIVATE
public static final ContainerGroupIpAddressType PRIVATE
Static value Private for ContainerGroupIpAddressType.
PUBLIC
public static final ContainerGroupIpAddressType PUBLIC
Static value Public for ContainerGroupIpAddressType.
Constructor Details
ContainerGroupIpAddressType
@Deprecated
public ContainerGroupIpAddressType()
Deprecated
Creates a new instance of ContainerGroupIpAddressType value.
Method Details
fromString
public static ContainerGroupIpAddressType fromString(String name)
Creates or finds a ContainerGroupIpAddressType from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known ContainerGroupIpAddressType values.
Returns:
Applies to
Azure SDK for Java