ContainerGroupIpAddressType Class

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 ContainerGroupIpAddressType PRIVATE

Static value Private for ContainerGroupIpAddressType.

static final ContainerGroupIpAddressType PUBLIC

Static value Public for ContainerGroupIpAddressType.

Constructor Summary

Constructor Description
ContainerGroupIpAddressType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ContainerGroupIpAddressType value.

Method Summary

Modifier and Type Method and Description
static ContainerGroupIpAddressType fromString(String name)

Creates or finds a ContainerGroupIpAddressType from its string representation.

static Collection<ContainerGroupIpAddressType> values()

Gets known ContainerGroupIpAddressType values.

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

Use the fromString(String name) factory method.

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:

name - a name to look for.

Returns:

the corresponding ContainerGroupIpAddressType.

values

public static Collection values()

Gets known ContainerGroupIpAddressType values.

Returns:

known ContainerGroupIpAddressType values.

Applies to