PostArgsMatchConditionType Struct

Definition

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