Class ServiceManagedIdentityType


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

      • SYSTEM_ASSIGNED

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

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

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

      • ServiceManagedIdentityType

        public ServiceManagedIdentityType()
    • Method Detail

      • fromString

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