Share via


IPMatchConditionPrefixType Struct

Definition

IP Prefix Type that needs to be matched.

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

Constructors

IPMatchConditionPrefixType(String)

Initializes a new instance of IPMatchConditionPrefixType.

Properties

LongestPrefix

LongestPrefix.

Prefix

Prefix.

Methods

Equals(IPMatchConditionPrefixType)

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

Determines if two IPMatchConditionPrefixType values are the same.

Implicit(String to IPMatchConditionPrefixType)

Converts a string to a IPMatchConditionPrefixType.

Inequality(IPMatchConditionPrefixType, IPMatchConditionPrefixType)

Determines if two IPMatchConditionPrefixType values are not the same.

Applies to