Uses of Class
com.azure.resourcemanager.cdn.models.ScrubbingRuleEntryState
Packages that use ScrubbingRuleEntryState
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of ScrubbingRuleEntryState in com.azure.resourcemanager.cdn.models
Subclasses with type arguments of type ScrubbingRuleEntryState in com.azure.resourcemanager.cdn.modelsModifier and TypeClassDescriptionfinal classDefines the state of a log scrubbing rule.Fields in com.azure.resourcemanager.cdn.models declared as ScrubbingRuleEntryStateModifier and TypeFieldDescriptionstatic final ScrubbingRuleEntryStateScrubbingRuleEntryState.DISABLEDStatic value Disabled for ScrubbingRuleEntryState.static final ScrubbingRuleEntryStateScrubbingRuleEntryState.ENABLEDStatic value Enabled for ScrubbingRuleEntryState.Methods in com.azure.resourcemanager.cdn.models that return ScrubbingRuleEntryStateModifier and TypeMethodDescriptionstatic ScrubbingRuleEntryStateScrubbingRuleEntryState.fromString(String name) Creates or finds a ScrubbingRuleEntryState from its string representation.ProfileScrubbingRules.state()Get the state property: Defines the state of a log scrubbing rule.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type ScrubbingRuleEntryStateModifier and TypeMethodDescriptionstatic Collection<ScrubbingRuleEntryState> ScrubbingRuleEntryState.values()Gets known ScrubbingRuleEntryState values.Methods in com.azure.resourcemanager.cdn.models with parameters of type ScrubbingRuleEntryStateModifier and TypeMethodDescriptionProfileScrubbingRules.withState(ScrubbingRuleEntryState state) Set the state property: Defines the state of a log scrubbing rule.