DRANETMode Class

public final class DRANETMode
extends ExpandableStringEnum<DRANETMode>

The DRANET mode for the agent pool.

Field Summary

Modifier and Type Field and Description
static final DRANETMode MANAGED

DRANET is managed by AKS.

static final DRANETMode UNMANAGED

DRANET is not managed by AKS.

Constructor Summary

Constructor Description
DRANETMode()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DRANETMode value.

Method Summary

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

Creates or finds a DRANETMode from its string representation.

static Collection<DRANETMode> values()

Gets known DRANETMode values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

MANAGED

public static final DRANETMode MANAGED

DRANET is managed by AKS.

UNMANAGED

public static final DRANETMode UNMANAGED

DRANET is not managed by AKS.

Constructor Details

DRANETMode

@Deprecated
public DRANETMode()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DRANETMode value.

Method Details

fromString

public static DRANETMode fromString(String name)

Creates or finds a DRANETMode from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding DRANETMode.

values

public static Collection<DRANETMode> values()

Gets known DRANETMode values.

Returns:

known DRANETMode values.

Applies to