SourceDestinationType 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 Address type that needs to be matched.
public readonly struct SourceDestinationType : IEquatable<Azure.ResourceManager.ManagedNetworkFabric.Models.SourceDestinationType>
type SourceDestinationType = struct
Public Structure SourceDestinationType
Implements IEquatable(Of SourceDestinationType)
- Inheritance
-
SourceDestinationType
- Implements
Constructors
SourceDestinationType(String) |
Initializes a new instance of SourceDestinationType. |
Properties
DestinationIP |
DestinationIP. |
SourceIP |
SourceIP. |
Methods
Equals(SourceDestinationType) |
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(SourceDestinationType, SourceDestinationType) |
Determines if two SourceDestinationType values are the same. |
Implicit(String to SourceDestinationType) |
Converts a string to a SourceDestinationType. |
Inequality(SourceDestinationType, SourceDestinationType) |
Determines if two SourceDestinationType values are not the same. |
Applies to
Azure SDK for .NET