Uses of Class
com.azure.resourcemanager.cdn.models.ProfileScrubbingState
Packages that use ProfileScrubbingState
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of ProfileScrubbingState in com.azure.resourcemanager.cdn.models
Fields in com.azure.resourcemanager.cdn.models declared as ProfileScrubbingStateModifier and TypeFieldDescriptionstatic final ProfileScrubbingStateProfileScrubbingState.DISABLEDStatic value Disabled for ProfileScrubbingState.static final ProfileScrubbingStateProfileScrubbingState.ENABLEDStatic value Enabled for ProfileScrubbingState.Methods in com.azure.resourcemanager.cdn.models that return ProfileScrubbingStateModifier and TypeMethodDescriptionstatic ProfileScrubbingStateProfileScrubbingState.fromString(String name) Creates or finds a ProfileScrubbingState from its string representation.ProfileLogScrubbing.state()Get the state property: State of the log scrubbing config.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type ProfileScrubbingStateModifier and TypeMethodDescriptionstatic Collection<ProfileScrubbingState>ProfileScrubbingState.values()Gets known ProfileScrubbingState values.Methods in com.azure.resourcemanager.cdn.models with parameters of type ProfileScrubbingStateModifier and TypeMethodDescriptionProfileLogScrubbing.withState(ProfileScrubbingState state) Set the state property: State of the log scrubbing config.