BatchPoolIdentityType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. compute. batch. models. BatchPoolIdentityType
- com.
- com.
public final class BatchPoolIdentityType
extends ExpandableStringEnum<BatchPoolIdentityType>
BatchPoolIdentityType enums.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Batch |
NONE
Batch pool has no identity associated with it. |
|
static final
Batch |
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 Batch |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Batch |
fromString(String name)
Creates or finds a Batch |
|
static
Collection<Batch |
values()
Gets known Batch |
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
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:
Returns:
values
public static Collection<BatchPoolIdentityType> values()
Gets known BatchPoolIdentityType values.
Returns: