SourceDestinationType Struct

Definition

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