Class ResourceIdentityType


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

      • SYSTEM_ASSIGNED

        public static final ResourceIdentityType SYSTEM_ASSIGNED
        Static value SystemAssigned for ResourceIdentityType.
    • Constructor Detail

      • ResourceIdentityType

        public ResourceIdentityType()
    • Method Detail

      • 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.