Class DeploymentIdentityType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<DeploymentIdentityType>
com.azure.resourcemanager.resources.models.DeploymentIdentityType
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class DeploymentIdentityType extends com.azure.core.util.ExpandableStringEnum<DeploymentIdentityType>
The identity type.
  • Field Details

    • NONE

      public static final DeploymentIdentityType NONE
      Static value None for DeploymentIdentityType.
    • USER_ASSIGNED

      public static final DeploymentIdentityType USER_ASSIGNED
      Static value UserAssigned for DeploymentIdentityType.
  • Constructor Details

    • DeploymentIdentityType

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

    • fromString

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

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