ControlPlaneNodeConfiguration クラス

定義

ControlPlaneNodeConfiguration は、Kubernetes クラスターの仮想マシンの選択とコントロール プレーンのサイズを表します。

public class ControlPlaneNodeConfiguration
type ControlPlaneNodeConfiguration = class
Public Class ControlPlaneNodeConfiguration
継承
ControlPlaneNodeConfiguration

コンストラクター

ControlPlaneNodeConfiguration(Int64, String)

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

プロパティ

AdministratorConfiguration

コントロール プレーン内のノードに使用する管理者資格情報。

AvailabilityZones

コントロール プレーン内のノードのプロビジョニングに使用するネットワーク クラウド クラスターの可用性ゾーンの一覧。 指定しない場合は、すべての可用性ゾーンが使用されます。

Count

この構成を使用する仮想マシンの数。

VmSkuName

作成時に指定された VM SKU の名前。

適用対象