Udostępnij przez


RemoteAddressMatchConditionType Struct

Definition

The RemoteAddressMatchConditionType.

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

Constructors

Name Description
RemoteAddressMatchConditionType(String)

Initializes a new instance of RemoteAddressMatchConditionType.

Properties

Name Description
RemoteAddressCondition

DeliveryRuleRemoteAddressConditionParameters.

Methods

Name Description
Equals(RemoteAddressMatchConditionType)

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

Determines if two RemoteAddressMatchConditionType values are the same.

Implicit(String to RemoteAddressMatchConditionType)

Converts a String to a RemoteAddressMatchConditionType.

Inequality(RemoteAddressMatchConditionType, RemoteAddressMatchConditionType)

Determines if two RemoteAddressMatchConditionType values are not the same.

Applies to