다음을 통해 공유


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

Name Description
IPMatchConditionPrefixType(String)

Initializes a new instance of IPMatchConditionPrefixType.

Properties

Name Description
LongestPrefix

LongestPrefix.

Prefix

Prefix.

Methods

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

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