ServerPortMatchConditionType Struct

Definition

The ServerPortMatchConditionType.

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

Constructors

ServerPortMatchConditionType(String)

Initializes a new instance of ServerPortMatchConditionType.

Properties

ServerPortCondition

DeliveryRuleServerPortConditionParameters.

Methods

Equals(ServerPortMatchConditionType)

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

Determines if two ServerPortMatchConditionType values are the same.

Implicit(String to ServerPortMatchConditionType)

Converts a string to a ServerPortMatchConditionType.

Inequality(ServerPortMatchConditionType, ServerPortMatchConditionType)

Determines if two ServerPortMatchConditionType values are not the same.

Applies to