你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ExceptionEntrySelectorMatchOperator 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.
When the matchVariable points to a key-value pair (e.g, RequestHeader), this operates on the selector.
public readonly struct ExceptionEntrySelectorMatchOperator : IEquatable<Azure.ResourceManager.Network.Models.ExceptionEntrySelectorMatchOperator>
type ExceptionEntrySelectorMatchOperator = struct
Public Structure ExceptionEntrySelectorMatchOperator
Implements IEquatable(Of ExceptionEntrySelectorMatchOperator)
- Inheritance
-
ExceptionEntrySelectorMatchOperator
- Implements
Constructors
ExceptionEntrySelectorMatchOperator(String) |
Initializes a new instance of ExceptionEntrySelectorMatchOperator. |
Properties
Contains |
Contains. |
EndsWith |
EndsWith. |
EqualsValue |
Equals. |
StartsWith |
StartsWith. |
Methods
Equals(ExceptionEntrySelectorMatchOperator) |
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(ExceptionEntrySelectorMatchOperator, ExceptionEntrySelectorMatchOperator) |
Determines if two ExceptionEntrySelectorMatchOperator values are the same. |
Implicit(String to ExceptionEntrySelectorMatchOperator) |
Converts a String to a ExceptionEntrySelectorMatchOperator. |
Inequality(ExceptionEntrySelectorMatchOperator, ExceptionEntrySelectorMatchOperator) |
Determines if two ExceptionEntrySelectorMatchOperator values are not the same. |