Udostępnij przez


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

Name Description
HostNameMatchConditionType(String)

Initializes a new instance of HostNameMatchConditionType.

Properties

Name Description
HostNameCondition

DeliveryRuleHostNameConditionParameters.

Methods

Name Description
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

Name Description
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