IPMatchConditionPrefixType 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.
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
Azure SDK for .NET