你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
OpenShiftManagedClusterAgentPoolProfile 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义 OpenShift 群集 VM 的配置。
public class OpenShiftManagedClusterAgentPoolProfile
type OpenShiftManagedClusterAgentPoolProfile = class
Public Class OpenShiftManagedClusterAgentPoolProfile
- 继承
-
OpenShiftManagedClusterAgentPoolProfile
构造函数
OpenShiftManagedClusterAgentPoolProfile() |
初始化 OpenShiftManagedClusterAgentPoolProfile 类的新实例。 |
OpenShiftManagedClusterAgentPoolProfile(String, Int32, OpenShiftContainerServiceVMSize, String, OSType, OpenShiftAgentPoolProfileRole) |
初始化 OpenShiftManagedClusterAgentPoolProfile 类的新实例。 |
属性
Count |
获取或设置 (vm) 托管 docker 容器的代理数。 |
Name |
获取或设置订阅和资源组上下文中池配置文件的唯一名称。 |
OsType |
获取或设置用于指定 os 类型的 osType。 从 Linux 和 Windows 中进行选择。 默认为 Linux。 可能的值包括:“Linux”、“Windows” |
Role |
获取或设置定义 AgentPoolProfile 的角色。 可能的值包括:“compute”、“infra” |
SubnetCidr |
获取或设置对等互连的子网 CIDR。 |
VmSize |
获取或设置代理 VM 的大小。 可能的值包括:“Standard_D2s_v3”、“Standard_D4s_v3”、“Standard_D8s_v3”、“Standard_D16s_v3”, “Standard_D32s_v3”、“Standard_D64s_v3”、“Standard_DS4_v2”、“Standard_DS5_v2”、“Standard_F8s_v2”、“Standard_F16s_v2”、“Standard_F32s_v2”、“Standard_F64s_v2”、“Standard_F72s_v2”、“Standard_F8s”、“Standard_F16s”、“Standard_E4s_v3”、“Standard_E8s_v3”、“Standard_E16s_v3”、“Standard_E20s_v3”, “Standard_E32s_v3”、“Standard_E64s_v3”、“Standard_GS2”、“Standard_GS3”、“Standard_GS4”、“Standard_GS5”、“Standard_DS12_v2”、“Standard_DS13_v2”、“Standard_DS14_v2”、“Standard_DS15_v2”、“Standard_L4s”、“Standard_L8s”、“Standard_L16s”、“Standard_L32s” |
方法
Validate() |
验证 对象。 |