Compartir vía


ResourceIdentityType Enum

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

public enum ResourceIdentityType

Defines values for ResourceIdentityType.

Fields

SYSTEM_ASSIGNED

Enum value SystemAssigned.

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