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

ContainerServiceInner 构造函数

定义

重载

ContainerServiceInner()

初始化 ContainerServiceInner 类的新实例。

ContainerServiceInner(String, ContainerServiceOrchestratorProfile, ContainerServiceMasterProfile, ContainerServiceLinuxProfile, String, String, String, IDictionary<String,String>, String, ContainerServiceCustomProfile, ContainerServiceServicePrincipalProfile, IList<ContainerServiceAgentPoolProfile>, ContainerServiceWindowsProfile, ContainerServiceDiagnosticsProfile)

初始化 ContainerServiceInner 类的新实例。

ContainerServiceInner()

初始化 ContainerServiceInner 类的新实例。

public ContainerServiceInner ();
Public Sub New ()

适用于

ContainerServiceInner(String, ContainerServiceOrchestratorProfile, ContainerServiceMasterProfile, ContainerServiceLinuxProfile, String, String, String, IDictionary<String,String>, String, ContainerServiceCustomProfile, ContainerServiceServicePrincipalProfile, IList<ContainerServiceAgentPoolProfile>, ContainerServiceWindowsProfile, ContainerServiceDiagnosticsProfile)

初始化 ContainerServiceInner 类的新实例。

public ContainerServiceInner (string location, Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceOrchestratorProfile orchestratorProfile, Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceMasterProfile masterProfile, Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceLinuxProfile linuxProfile, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string provisioningState = default, Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceCustomProfile customProfile = default, Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceServicePrincipalProfile servicePrincipalProfile = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceAgentPoolProfile> agentPoolProfiles = default, Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceWindowsProfile windowsProfile = default, Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceDiagnosticsProfile diagnosticsProfile = default);
new Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceInner : string * Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceOrchestratorProfile * Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceMasterProfile * Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceLinuxProfile * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceCustomProfile * Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceServicePrincipalProfile * System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceAgentPoolProfile> * Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceWindowsProfile * Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceDiagnosticsProfile -> Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceInner
Public Sub New (location As String, orchestratorProfile As ContainerServiceOrchestratorProfile, masterProfile As ContainerServiceMasterProfile, linuxProfile As ContainerServiceLinuxProfile, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional provisioningState As String = Nothing, Optional customProfile As ContainerServiceCustomProfile = Nothing, Optional servicePrincipalProfile As ContainerServiceServicePrincipalProfile = Nothing, Optional agentPoolProfiles As IList(Of ContainerServiceAgentPoolProfile) = Nothing, Optional windowsProfile As ContainerServiceWindowsProfile = Nothing, Optional diagnosticsProfile As ContainerServiceDiagnosticsProfile = Nothing)

参数

location
String
orchestratorProfile
ContainerServiceOrchestratorProfile

容器服务业务流程协调程序的配置文件。

masterProfile
ContainerServiceMasterProfile

容器服务主机的配置文件。

linuxProfile
ContainerServiceLinuxProfile

容器服务群集中 Linux VM 的配置文件。

id
String
name
String
type
String
provisioningState
String

当前部署或预配状态,仅显示在响应中。

customProfile
ContainerServiceCustomProfile

用于配置自定义容器服务群集的属性。

servicePrincipalProfile
ContainerServiceServicePrincipalProfile

有关群集用于操作 Azure API 的服务主体标识的信息。 需要指定机密或 keyVaultSecretRef 的确切之一。

agentPoolProfiles
IList<ContainerServiceAgentPoolProfile>

代理池的属性。

windowsProfile
ContainerServiceWindowsProfile

容器服务群集中 Windows VM 的配置文件。

diagnosticsProfile
ContainerServiceDiagnosticsProfile

容器服务群集中诊断的配置文件。

适用于