次の方法で共有


EbpfDataplane 構造体

定義

Kubernetes ネットワークの構築に使用される eBPF データプレーン。

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

コンストラクター

EbpfDataplane(String)

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

プロパティ

Cilium

Kubernetes クラスターのネットワークには Cilium を使用します。

メソッド

Equals(EbpfDataplane)

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

ToString()

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

演算子

Equality(EbpfDataplane, EbpfDataplane)

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

Implicit(String to EbpfDataplane)

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

Inequality(EbpfDataplane, EbpfDataplane)

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

適用対象