PoolIdentityType Enum

  • java.lang.Object
    • java.lang.Enum<PoolIdentityType>
      • com.microsoft.azure.management.batch.PoolIdentityType

public enum PoolIdentityType

Defines values for PoolIdentityType.

Fields

NONE

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

USER_ASSIGNED

Batch pool has user assigned identities with it.

Methods

fromString(String value)

public static PoolIdentityType fromString(String value)

Parses a serialized value to a PoolIdentityType instance.

Parameters

value
String
the serialized value to parse.

Returns

the parsed PoolIdentityType object, or null if unable to parse.

toString()

public String toString()

Returns

String

Applies to