Class ContainerGroupIpAddressType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ContainerGroupIpAddressType>
com.azure.resourcemanager.containerinstance.models.ContainerGroupIpAddressType
public final class ContainerGroupIpAddressType
extends com.azure.core.util.ExpandableStringEnum<ContainerGroupIpAddressType>
Specifies if the IP is exposed to the public internet or private VNET.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ContainerGroupIpAddressTypeStatic value Private for ContainerGroupIpAddressType.static final ContainerGroupIpAddressTypeStatic value Public for ContainerGroupIpAddressType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ContainerGroupIpAddressTypefromString(String name) Creates or finds a ContainerGroupIpAddressType from its string representation.values()Gets known ContainerGroupIpAddressType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
PUBLIC
Static value Public for ContainerGroupIpAddressType. -
PRIVATE
Static value Private for ContainerGroupIpAddressType.
-
-
Constructor Details
-
ContainerGroupIpAddressType
Deprecated.Use thefromString(String)factory method.Creates a new instance of ContainerGroupIpAddressType value.
-
-
Method Details
-
fromString
Creates or finds a ContainerGroupIpAddressType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ContainerGroupIpAddressType.
-
values
Gets known ContainerGroupIpAddressType values.- Returns:
- known ContainerGroupIpAddressType values.
-
fromString(String)factory method.