NICType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
| Name | Description |
|---|---|
| NICType(String) |
Initializes a new instance of NICType. |
Properties
| Name | Description |
|---|---|
| E1000 |
e1000. |
| E1000E |
e1000e. |
| Pcnet32 |
pcnet32. |
| Vmxnet |
vmxnet. |
| Vmxnet2 |
vmxnet2. |
| Vmxnet3 |
vmxnet3. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |