ScrubbingRuleEntryMatchVariable Struct

Definition

The variable to be scrubbed from the logs.

public readonly struct ScrubbingRuleEntryMatchVariable : IEquatable<Azure.ResourceManager.Cdn.Models.ScrubbingRuleEntryMatchVariable>
type ScrubbingRuleEntryMatchVariable = struct
Public Structure ScrubbingRuleEntryMatchVariable
Implements IEquatable(Of ScrubbingRuleEntryMatchVariable)
Inheritance
ScrubbingRuleEntryMatchVariable
Implements

Constructors

Name Description
ScrubbingRuleEntryMatchVariable(String)

Initializes a new instance of ScrubbingRuleEntryMatchVariable.

Properties

Name Description
QueryStringArgNames

Gets the QueryStringArgNames.

RequestBodyJsonArgNames

Gets the RequestBodyJsonArgNames.

RequestBodyPostArgNames

Gets the RequestBodyPostArgNames.

RequestCookieNames

Gets the RequestCookieNames.

RequestHeaderNames

Gets the RequestHeaderNames.

RequestIPAddress

Gets the RequestIPAddress.

RequestUri

Gets the RequestUri.

Methods

Name Description
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

Name Description
Equality(ScrubbingRuleEntryMatchVariable, ScrubbingRuleEntryMatchVariable)

Determines if two ScrubbingRuleEntryMatchVariable values are the same.

Implicit(String to Nullable<ScrubbingRuleEntryMatchVariable>)
Implicit(String to ScrubbingRuleEntryMatchVariable)

Converts a string to a ScrubbingRuleEntryMatchVariable.

Inequality(ScrubbingRuleEntryMatchVariable, ScrubbingRuleEntryMatchVariable)

Determines if two ScrubbingRuleEntryMatchVariable values are not the same.

Applies to