Class ResourceIdentityType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ResourceIdentityType>
com.azure.resourcemanager.extendedlocation.models.ResourceIdentityType

public final class ResourceIdentityType extends com.azure.core.util.ExpandableStringEnum<ResourceIdentityType>
Defines values for ResourceIdentityType.
  • Field Details

    • SYSTEM_ASSIGNED

      public static final ResourceIdentityType SYSTEM_ASSIGNED
      Static value SystemAssigned for ResourceIdentityType.
    • NONE

      public static final ResourceIdentityType NONE
      Static value None for ResourceIdentityType.
  • Constructor Details

    • ResourceIdentityType

      public ResourceIdentityType()
  • Method Details

    • fromString

      public static ResourceIdentityType fromString(String name)
      Creates or finds a ResourceIdentityType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding ResourceIdentityType.
    • values

      public static Collection<ResourceIdentityType> values()
      Gets known ResourceIdentityType values.
      Returns:
      known ResourceIdentityType values.