次の方法で共有


NICType 構造体

定義

NIC の種類。

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

コンストラクター

NICType(String)

NICType の新しいインスタンスを初期化します。

プロパティ

E1000

e1000。

E1000E

E1000e。

Pcnet32

pcnet32。

Vmxnet

vmxnet。

Vmxnet2

vmxnet2。

Vmxnet3

vmxnet3。

メソッド

Equals(NICType)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(NICType, NICType)

2 つの NICType 値が同じかどうかを判断します。

Implicit(String to NICType)

文字列を NICType に変換します。

Inequality(NICType, NICType)

2 つの NICType 値が同じでないかどうかを判断します。

適用対象