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

NodePlacementPolicyType Enum

Definition

The placement policy for allocating nodes in the pool. The default value is regional.

public enum NodePlacementPolicyType
type NodePlacementPolicyType = 
Public Enum NodePlacementPolicyType
Inheritance
NodePlacementPolicyType

Fields

Name Value Description
Regional 0

All nodes in the pool will be allocated in the same region.

Zonal 1

Nodes in the pool will be spread across different availability zones with best effort balancing.

Applies to