Share via


HostNameMatchConditionType Struct

Definition

The HostNameMatchConditionType.

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

Constructors

HostNameMatchConditionType(String)

Initializes a new instance of HostNameMatchConditionType.

Properties

HostNameCondition

DeliveryRuleHostNameConditionParameters.

Methods

Equals(HostNameMatchConditionType)

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

Determines if two HostNameMatchConditionType values are the same.

Implicit(String to HostNameMatchConditionType)

Converts a string to a HostNameMatchConditionType.

Inequality(HostNameMatchConditionType, HostNameMatchConditionType)

Determines if two HostNameMatchConditionType values are not the same.

Applies to