Share via


BatchPoolIdentityType Class

public final class BatchPoolIdentityType
extends ExpandableStringEnum<BatchPoolIdentityType>

BatchPoolIdentityType enums.

Field Summary

Modifier and Type Field and Description
static final BatchPoolIdentityType NONE

Batch pool has no identity associated with it.

static final BatchPoolIdentityType USER_ASSIGNED

Batch pool has user assigned identities with it.

Constructor Summary

Constructor Description
BatchPoolIdentityType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of BatchPoolIdentityType value.

Method Summary

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

Creates or finds a BatchPoolIdentityType from its string representation.

static Collection<BatchPoolIdentityType> values()

Gets known BatchPoolIdentityType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

NONE

public static final BatchPoolIdentityType NONE

Batch pool has no identity associated with it. Setting `None` in update pool will remove existing identities.

USER_ASSIGNED

public static final BatchPoolIdentityType USER_ASSIGNED

Batch pool has user assigned identities with it.

Constructor Details

BatchPoolIdentityType

@Deprecated
public BatchPoolIdentityType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of BatchPoolIdentityType value.

Method Details

fromString

public static BatchPoolIdentityType fromString(String name)

Creates or finds a BatchPoolIdentityType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding BatchPoolIdentityType.

values

public static Collection<BatchPoolIdentityType> values()

Gets known BatchPoolIdentityType values.

Returns:

known BatchPoolIdentityType values.

Applies to