Class ManagedServiceIdentityType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ManagedServiceIdentityType>
com.azure.resourcemanager.logic.models.ManagedServiceIdentityType

public final class ManagedServiceIdentityType extends com.azure.core.util.ExpandableStringEnum<ManagedServiceIdentityType>
Type of managed service identity. The type 'SystemAssigned' includes an implicitly created identity. The type 'None' will remove any identities from the resource.
  • Field Details

  • Constructor Details

    • ManagedServiceIdentityType

      @Deprecated public ManagedServiceIdentityType()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of ManagedServiceIdentityType value.
  • Method Details

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

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