次の方法で共有


IWithVirtualNode.WithVirtualNode(String) メソッド

定義

ACI を使用して仮想ノードを作成します。 重要: このメソッドは、'WithAddOnProfiles' の後に呼び出す必要があります。

public Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Update.IUpdate WithVirtualNode (string subnetName);
abstract member WithVirtualNode : string -> Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Update.IUpdate
Public Function WithVirtualNode (subnetName As String) As IUpdate

パラメーター

subnetName
String

仮想ノードを作成する AKS ネットワーク内のサブネット。

戻り値

更新プログラムの次のステージ。

適用対象