Share via


NetworkDeviceInterfaceType Struct

Definition

The Interface Type. Example: Management/Data.

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

Constructors

NetworkDeviceInterfaceType(String)

Initializes a new instance of NetworkDeviceInterfaceType.

Properties

Data

Data.

Management

Management.

Methods

Equals(NetworkDeviceInterfaceType)

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

Determines if two NetworkDeviceInterfaceType values are the same.

Implicit(String to NetworkDeviceInterfaceType)

Converts a string to a NetworkDeviceInterfaceType.

Inequality(NetworkDeviceInterfaceType, NetworkDeviceInterfaceType)

Determines if two NetworkDeviceInterfaceType values are not the same.

Applies to