ExtendedLocationTypes Class

public final class ExtendedLocationTypes
extends ExpandableStringEnum<ExtendedLocationTypes>

The supported ExtendedLocation types. Currently only EdgeZone is supported in Microsoft.Network resources.

Field Summary

Modifier and Type Field and Description
static final ExtendedLocationTypes EDGE_ZONE

Static value EdgeZone for ExtendedLocationTypes.

Constructor Summary

Constructor Description
ExtendedLocationTypes()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ExtendedLocationTypes value.

Method Summary

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

Creates or finds a ExtendedLocationTypes from its string representation.

static Collection<ExtendedLocationTypes> values()

Gets known ExtendedLocationTypes values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

EDGE_ZONE

public static final ExtendedLocationTypes EDGE_ZONE

Static value EdgeZone for ExtendedLocationTypes.

Constructor Details

ExtendedLocationTypes

@Deprecated
public ExtendedLocationTypes()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ExtendedLocationTypes value.

Method Details

fromString

public static ExtendedLocationTypes fromString(String name)

Creates or finds a ExtendedLocationTypes from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ExtendedLocationTypes.

values

public static Collection values()

Gets known ExtendedLocationTypes values.

Returns:

known ExtendedLocationTypes values.

Applies to