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
| 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. |