Udostępnij przez


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

Name Description
ServerPortMatchConditionType(String)

Initializes a new instance of ServerPortMatchConditionType.

Properties

Name Description
ServerPortCondition

DeliveryRuleServerPortConditionParameters.

Methods

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

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