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

ManagedClusterAPIServerAccessProfile 构造函数

定义

重载

ManagedClusterAPIServerAccessProfile()

初始化 ManagedClusterAPIServerAccessProfile 类的新实例。

ManagedClusterAPIServerAccessProfile(IList<String>, Nullable<Boolean>, String)

初始化 ManagedClusterAPIServerAccessProfile 类的新实例。

ManagedClusterAPIServerAccessProfile()

初始化 ManagedClusterAPIServerAccessProfile 类的新实例。

public ManagedClusterAPIServerAccessProfile ();
Public Sub New ()

适用于

ManagedClusterAPIServerAccessProfile(IList<String>, Nullable<Boolean>, String)

初始化 ManagedClusterAPIServerAccessProfile 类的新实例。

public ManagedClusterAPIServerAccessProfile (System.Collections.Generic.IList<string> authorizedIPRanges = default, bool? enablePrivateCluster = default, string privateDNSZone = default);
new Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterAPIServerAccessProfile : System.Collections.Generic.IList<string> * Nullable<bool> * string -> Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterAPIServerAccessProfile
Public Sub New (Optional authorizedIPRanges As IList(Of String) = Nothing, Optional enablePrivateCluster As Nullable(Of Boolean) = Nothing, Optional privateDNSZone As String = Nothing)

参数

authorizedIPRanges
IList<String>

kubernetes API 服务器的授权 IP 范围。

enablePrivateCluster
Nullable<Boolean>

是否将群集创建为专用群集。

privateDNSZone
String

专用群集的专用 DNS 区域模式。

适用于