ExceptionEntryValueMatchOperator Struct

Definition

Operates on the allowed values for the matchVariable.

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

Constructors

ExceptionEntryValueMatchOperator(String)

Initializes a new instance of ExceptionEntryValueMatchOperator.

Properties

Contains

Contains.

EndsWith

EndsWith.

EqualsValue

Equals.

IPMatch

IPMatch.

StartsWith

StartsWith.

Methods

Equals(ExceptionEntryValueMatchOperator)

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(ExceptionEntryValueMatchOperator, ExceptionEntryValueMatchOperator)

Determines if two ExceptionEntryValueMatchOperator values are the same.

Implicit(String to ExceptionEntryValueMatchOperator)

Converts a string to a ExceptionEntryValueMatchOperator.

Inequality(ExceptionEntryValueMatchOperator, ExceptionEntryValueMatchOperator)

Determines if two ExceptionEntryValueMatchOperator values are not the same.

Applies to