VMwareNicType 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 VMwareNicType : IEquatable<Azure.ResourceManager.ConnectedVMwarevSphere.Models.VMwareNicType>
type VMwareNicType = struct
Public Structure VMwareNicType
Implements IEquatable(Of VMwareNicType)
- Inheritance
-
VMwareNicType
- Implements
Constructors
| Name | Description |
|---|---|
| VMwareNicType(String) |
Initializes a new instance of VMwareNicType. |
Properties
| Name | Description |
|---|---|
| E1000 |
e1000. |
| E1000E |
e1000e. |
| Pcnet32 |
pcnet32. |
| Vmxnet |
vmxnet. |
| Vmxnet2 |
vmxnet2. |
| Vmxnet3 |
vmxnet3. |
Methods
| Name | Description |
|---|---|
| Equals(VMwareNicType) |
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(VMwareNicType, VMwareNicType) |
Determines if two VMwareNicType values are the same. |
| Implicit(String to VMwareNicType) |
Converts a String to a VMwareNicType. |
| Inequality(VMwareNicType, VMwareNicType) |
Determines if two VMwareNicType values are not the same. |