NetworkFabricStationConnectionMode Struct

Definition

Station Connection Mode.

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

Constructors

Name Description
NetworkFabricStationConnectionMode(String)

Initializes a new instance of NetworkFabricStationConnectionMode.

Properties

Name Description
Active

StationConnectionMode Active.

Passive

StationConnectionMode Passive.

Methods

Name Description
Equals(NetworkFabricStationConnectionMode)

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

Determines if two NetworkFabricStationConnectionMode values are the same.

Implicit(String to NetworkFabricStationConnectionMode)

Converts a String to a NetworkFabricStationConnectionMode.

Inequality(NetworkFabricStationConnectionMode, NetworkFabricStationConnectionMode)

Determines if two NetworkFabricStationConnectionMode values are not the same.

Applies to