Freigeben über


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

Name Description
SourceDestinationType(String)

Initializes a new instance of SourceDestinationType.

Properties

Name Description
DestinationIP

DestinationIP.

SourceIP

SourceIP.

Methods

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

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