Share via


NetworkDeviceRoleName Struct

Definition

Available roles for the network device.

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

Constructors

NetworkDeviceRoleName(String)

Initializes a new instance of NetworkDeviceRoleName.

Properties

CE

CE.

Management

Management.

Npb

NPB.

ToR

ToR.

TS

TS.

Methods

Equals(NetworkDeviceRoleName)

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

Determines if two NetworkDeviceRoleName values are the same.

Implicit(String to NetworkDeviceRoleName)

Converts a string to a NetworkDeviceRoleName.

Inequality(NetworkDeviceRoleName, NetworkDeviceRoleName)

Determines if two NetworkDeviceRoleName values are not the same.

Applies to