Class EnvironmentType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<EnvironmentType>
com.azure.resourcemanager.security.models.EnvironmentType

public final class EnvironmentType extends com.azure.core.util.ExpandableStringEnum<EnvironmentType>
The type of the environment data.
  • Field Details

    • AWS_ACCOUNT

      public static final EnvironmentType AWS_ACCOUNT
      Static value AwsAccount for EnvironmentType.
    • GCP_PROJECT

      public static final EnvironmentType GCP_PROJECT
      Static value GcpProject for EnvironmentType.
    • GITHUB_SCOPE

      public static final EnvironmentType GITHUB_SCOPE
      Static value GithubScope for EnvironmentType.
    • AZURE_DEV_OPS_SCOPE

      public static final EnvironmentType AZURE_DEV_OPS_SCOPE
      Static value AzureDevOpsScope for EnvironmentType.
  • Constructor Details

    • EnvironmentType

      public EnvironmentType()
  • Method Details

    • fromString

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

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