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

ProvisionedClusterProperties interface

预配群集的属性。

属性

agentPoolProfiles

预配群集的代理池属性。

autoScalerProfile

为预配的群集启用自动缩放时要应用于群集自动缩放程序的参数。

cloudProviderProfile

预配群集的底层云基础结构提供程序的配置文件。

clusterVMAccessProfile

预配群集中 VM 的 SSH 受限访问配置文件。

controlPlane

预配群集的控制平面的配置文件。

kubernetesVersion

预配群集使用的 Kubernetes 版本。

licenseProfile

预配群集的许可证配置文件。

linuxProfile

预配群集中 Linux VM 的配置文件。

networkProfile

预配群集的网络配置文件。

provisioningState

预配群集的最新长时间运行操作的状态。 注意:此属性不会序列化。 它只能由服务器填充。

status

已预配群集的观察状态。 注意:此属性不会序列化。 它只能由服务器填充。

storageProfile

预配群集的存储配置文件。

属性详细信息

agentPoolProfiles

预配群集的代理池属性。

agentPoolProfiles?: NamedAgentPoolProfile[]

属性值

autoScalerProfile

为预配的群集启用自动缩放时要应用于群集自动缩放程序的参数。

autoScalerProfile?: ProvisionedClusterPropertiesAutoScalerProfile

属性值

cloudProviderProfile

预配群集的底层云基础结构提供程序的配置文件。

cloudProviderProfile?: CloudProviderProfile

属性值

clusterVMAccessProfile

预配群集中 VM 的 SSH 受限访问配置文件。

clusterVMAccessProfile?: ClusterVMAccessProfile

属性值

controlPlane

预配群集的控制平面的配置文件。

controlPlane?: ControlPlaneProfile

属性值

kubernetesVersion

预配群集使用的 Kubernetes 版本。

kubernetesVersion?: string

属性值

string

licenseProfile

预配群集的许可证配置文件。

licenseProfile?: ProvisionedClusterLicenseProfile

属性值

linuxProfile

预配群集中 Linux VM 的配置文件。

linuxProfile?: LinuxProfileProperties

属性值

networkProfile

预配群集的网络配置文件。

networkProfile?: NetworkProfile

属性值

provisioningState

预配群集的最新长时间运行操作的状态。 注意:此属性不会序列化。 它只能由服务器填充。

provisioningState?: string

属性值

string

status

已预配群集的观察状态。 注意:此属性不会序列化。 它只能由服务器填充。

status?: ProvisionedClusterPropertiesStatus

属性值

storageProfile

预配群集的存储配置文件。

storageProfile?: StorageProfile

属性值