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 Summary
FieldsModifier and TypeFieldDescriptionstatic final ProfileScrubbingStateStatic value Disabled for ProfileScrubbingState.static final ProfileScrubbingStateStatic value Enabled for ProfileScrubbingState. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ProfileScrubbingStatefromString(String name) Creates or finds a ProfileScrubbingState from its string representation.static Collection<ProfileScrubbingState>values()Gets known ProfileScrubbingState values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
ENABLED
Static value Enabled for ProfileScrubbingState. -
DISABLED
Static value Disabled for ProfileScrubbingState.
-
-
Constructor Details
-
ProfileScrubbingState
Deprecated.Use thefromString(String)factory method.Creates a new instance of ProfileScrubbingState value.
-
-
Method Details
-
fromString
Creates or finds a ProfileScrubbingState from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ProfileScrubbingState.
-
values
Gets known ProfileScrubbingState values.- Returns:
- known ProfileScrubbingState values.
-
fromString(String)factory method.