PostArgsMatchConditionType 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 PostArgsMatchConditionType.
public readonly struct PostArgsMatchConditionType : IEquatable<Azure.ResourceManager.Cdn.Models.PostArgsMatchConditionType>
type PostArgsMatchConditionType = struct
Public Structure PostArgsMatchConditionType
Implements IEquatable(Of PostArgsMatchConditionType)
- Inheritance
-
PostArgsMatchConditionType
- Implements
Constructors
PostArgsMatchConditionType(String) |
Initializes a new instance of PostArgsMatchConditionType. |
Properties
PostArgsCondition |
DeliveryRulePostArgsConditionParameters. |
Methods
Equals(PostArgsMatchConditionType) |
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(PostArgsMatchConditionType, PostArgsMatchConditionType) |
Determines if two PostArgsMatchConditionType values are the same. |
Implicit(String to PostArgsMatchConditionType) |
Converts a string to a PostArgsMatchConditionType. |
Inequality(PostArgsMatchConditionType, PostArgsMatchConditionType) |
Determines if two PostArgsMatchConditionType values are not the same. |
Applies to
Azure SDK for .NET