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

ContainerServiceAgentPoolProfile 构造函数

定义

重载

ContainerServiceAgentPoolProfile()

初始化 ContainerServiceAgentPoolProfile 类的新实例。

ContainerServiceAgentPoolProfile(String, Int32, ContainerServiceVMSizeTypes, String, String)

初始化 ContainerServiceAgentPoolProfile 类的新实例。

ContainerServiceAgentPoolProfile()

初始化 ContainerServiceAgentPoolProfile 类的新实例。

public ContainerServiceAgentPoolProfile ();
Public Sub New ()

适用于

ContainerServiceAgentPoolProfile(String, Int32, ContainerServiceVMSizeTypes, String, String)

初始化 ContainerServiceAgentPoolProfile 类的新实例。

public ContainerServiceAgentPoolProfile (string name, int count, Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceVMSizeTypes vmSize, string dnsPrefix, string fqdn = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceAgentPoolProfile : string * int * Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceVMSizeTypes * string * string -> Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceAgentPoolProfile
Public Sub New (name As String, count As Integer, vmSize As ContainerServiceVMSizeTypes, dnsPrefix As String, Optional fqdn As String = Nothing)

参数

name
String

订阅和资源组上下文中代理池配置文件的唯一名称。

count
Int32

) 托管 docker 容器 (VM 的代理数。 允许的值必须介于 1 到 100 之间, (非独占) 。 默认值为 1。

vmSize
ContainerServiceVMSizeTypes

代理 VM 的大小。 可能的值包括:“Standard_A0”、“Standard_A1”、“Standard_A2”、“Standard_A3”、“Standard_A4”、“Standard_A5”、“Standard_A6”、“Standard_A7”、“Standard_A8”、 “Standard_A9”、“Standard_A10”、“Standard_A11”、“Standard_D1”、“Standard_D2”、“Standard_D3”、“Standard_D4”、“Standard_D11”、“Standard_D12”、“Standard_D13”、“Standard_D14”、“Standard_D1_v2”、“Standard_D2_v2”、“Standard_D3_v2”、“Standard_D4_v2”、“Standard_D5_v2”, “Standard_D11_v2”、“Standard_D12_v2”、“Standard_D13_v2”、“Standard_D14_v2”、“Standard_G1”、“Standard_G2”、“Standard_G3”, “Standard_G4”、“Standard_G5”、“Standard_DS1”、“Standard_DS2”、“Standard_DS3”、“Standard_DS4”、“Standard_DS11”、“Standard_DS12”、“Standard_DS13”、“Standard_DS14”、“Standard_GS1”、“Standard_GS2”、“Standard_GS3”、“Standard_GS4”、“Standard_GS5”

dnsPrefix
String

用于为代理池创建 FQDN 的 DNS 前缀。

fqdn
String

代理池的 FQDN。

适用于