Class ApplicationsExpand

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ApplicationsExpand>
com.azure.resourcemanager.authorization.fluent.models.ApplicationsExpand

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

    • ASTERISK

      public static final ApplicationsExpand ASTERISK
      Static value * for ApplicationsExpand.
    • APPLIES_TO

      public static final ApplicationsExpand APPLIES_TO
      Static value appliesTo for ApplicationsExpand.
  • Constructor Details

    • ApplicationsExpand

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

    • fromString

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

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