NetworkFabricPortType Struct

Definition

Port type that needs to be matched.

public readonly struct NetworkFabricPortType : IEquatable<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricPortType>
type NetworkFabricPortType = struct
Public Structure NetworkFabricPortType
Implements IEquatable(Of NetworkFabricPortType)
Inheritance
NetworkFabricPortType
Implements

Constructors

NetworkFabricPortType(String)

Initializes a new instance of NetworkFabricPortType.

Properties

DestinationPort

DestinationPort.

SourcePort

SourcePort.

Methods

Equals(NetworkFabricPortType)

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(NetworkFabricPortType, NetworkFabricPortType)

Determines if two NetworkFabricPortType values are the same.

Implicit(String to NetworkFabricPortType)

Converts a string to a NetworkFabricPortType.

Inequality(NetworkFabricPortType, NetworkFabricPortType)

Determines if two NetworkFabricPortType values are not the same.

Applies to