Class ContainerGroupIpAddressType
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<ContainerGroupIpAddressType>
com.microsoft.azure.management.containerinstance.ContainerGroupIpAddressType
public final class ContainerGroupIpAddressType
extends com.microsoft.rest.ExpandableStringEnum<ContainerGroupIpAddressType>
Defines values for ContainerGroupIpAddressType.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ContainerGroupIpAddressType
Static value Private for ContainerGroupIpAddressType.static final ContainerGroupIpAddressType
Static value Public for ContainerGroupIpAddressType. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ContainerGroupIpAddressType
fromString
(String name) Creates or finds a ContainerGroupIpAddressType from its string representation.values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
PUBLIC
Static value Public for ContainerGroupIpAddressType. -
PRIVATE
Static value Private for ContainerGroupIpAddressType.
-
-
Constructor Details
-
ContainerGroupIpAddressType
public ContainerGroupIpAddressType()
-
-
Method Details
-
fromString
Creates or finds a ContainerGroupIpAddressType from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding ContainerGroupIpAddressType
-
values
- Returns:
- known ContainerGroupIpAddressType values
-