Class ProfileScrubbingState

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ProfileScrubbingState>
com.azure.resourcemanager.cdn.models.ProfileScrubbingState

public final class ProfileScrubbingState extends com.azure.core.util.ExpandableStringEnum<ProfileScrubbingState>
State of the log scrubbing config. Default value is Enabled.
  • Field Details

    • ENABLED

      public static final ProfileScrubbingState ENABLED
      Static value Enabled for ProfileScrubbingState.
    • DISABLED

      public static final ProfileScrubbingState DISABLED
      Static value Disabled for ProfileScrubbingState.
  • Constructor Details

    • ProfileScrubbingState

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

    • fromString

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

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