ScrubbingRuleEntryMatchVariable Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The variable to be scrubbed from the logs.
public readonly struct ScrubbingRuleEntryMatchVariable : IEquatable<Azure.ResourceManager.FrontDoor.Models.ScrubbingRuleEntryMatchVariable>
type ScrubbingRuleEntryMatchVariable = struct
Public Structure ScrubbingRuleEntryMatchVariable
Implements IEquatable(Of ScrubbingRuleEntryMatchVariable)
- Inheritance
-
ScrubbingRuleEntryMatchVariable
- Implements
Constructors
ScrubbingRuleEntryMatchVariable(String) |
Initializes a new instance of ScrubbingRuleEntryMatchVariable. |
Properties
QueryStringArgNames |
QueryStringArgNames. |
RequestBodyJsonArgNames |
RequestBodyJsonArgNames. |
RequestBodyPostArgNames |
RequestBodyPostArgNames. |
RequestCookieNames |
RequestCookieNames. |
RequestHeaderNames |
RequestHeaderNames. |
RequestIPAddress |
RequestIPAddress. |
RequestUri |
RequestUri. |
Methods
Equals(ScrubbingRuleEntryMatchVariable) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(ScrubbingRuleEntryMatchVariable, ScrubbingRuleEntryMatchVariable) |
Determines if two ScrubbingRuleEntryMatchVariable values are the same. |
Implicit(String to ScrubbingRuleEntryMatchVariable) |
Converts a string to a ScrubbingRuleEntryMatchVariable. |
Inequality(ScrubbingRuleEntryMatchVariable, ScrubbingRuleEntryMatchVariable) |
Determines if two ScrubbingRuleEntryMatchVariable values are not the same. |
Applies to
Azure SDK for .NET