NICType Struct

Definition

NIC type.

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

Constructors

NICType(String)

Initializes a new instance of NICType.

Properties

E1000

e1000.

E1000E

e1000e.

Pcnet32

pcnet32.

Vmxnet

vmxnet.

Vmxnet2

vmxnet2.

Vmxnet3

vmxnet3.

Methods

Equals(NICType)

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

Determines if two NICType values are the same.

Implicit(String to NICType)

Converts a string to a NICType.

Inequality(NICType, NICType)

Determines if two NICType values are not the same.

Applies to