ResourceIdentityType Enum

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

public enum ResourceIdentityType

Defines values for ResourceIdentityType.

Fields

NONE

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

SYSTEM_ASSIGNED

Batch account has a system assigned identity with it.

USER_ASSIGNED

Batch account has user assigned identities with it.

Methods

fromString(String value)

public static ResourceIdentityType fromString(String value)

Parses a serialized value to a ResourceIdentityType instance.

Parameters

value
String
the serialized value to parse.

Returns

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

toString()

public String toString()

Returns

String

Applies to