你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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 网络中要创建虚拟节点的子网。

返回

更新的下一阶段。

适用于