Class ManagedServiceIdentityType


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

      • SYSTEM_ASSIGNED

        public static final ManagedServiceIdentityType SYSTEM_ASSIGNED
        Static value SystemAssigned for ManagedServiceIdentityType.
      • USER_ASSIGNED

        public static final ManagedServiceIdentityType USER_ASSIGNED
        Static value UserAssigned for ManagedServiceIdentityType.
      • SYSTEM_ASSIGNED_USER_ASSIGNED

        public static final ManagedServiceIdentityType SYSTEM_ASSIGNED_USER_ASSIGNED
        Static value SystemAssigned,UserAssigned for ManagedServiceIdentityType.
    • Constructor Detail

      • ManagedServiceIdentityType

        public ManagedServiceIdentityType()
    • Method Detail

      • fromString

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