Class SecurityLevel

java.lang.Object
com.azure.core.util.ExpandableStringEnum<SecurityLevel>
com.azure.resourcemanager.mediaservices.models.SecurityLevel

public final class SecurityLevel extends com.azure.core.util.ExpandableStringEnum<SecurityLevel>
The security level.
  • Field Details

    • UNKNOWN

      public static final SecurityLevel UNKNOWN
      Static value Unknown for SecurityLevel.
    • SL150

      public static final SecurityLevel SL150
      Static value SL150 for SecurityLevel.
    • SL2000

      public static final SecurityLevel SL2000
      Static value SL2000 for SecurityLevel.
    • SL3000

      public static final SecurityLevel SL3000
      Static value SL3000 for SecurityLevel.
  • Constructor Details

    • SecurityLevel

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

    • fromString

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

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