RemoteAddressMatchConditionType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
RemoteAddressMatchConditionType(String) |
Initializes a new instance of RemoteAddressMatchConditionType. |
Properties
RemoteAddressCondition |
DeliveryRuleRemoteAddressConditionParameters. |
Methods
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
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
Azure SDK for .NET