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

ContainerServiceInner 构造函数

定义

重载

ContainerServiceInner()

初始化 ContainerServiceInner 类的新实例。

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

初始化 ContainerServiceInner 类的新实例。

ContainerServiceInner()

初始化 ContainerServiceInner 类的新实例。

public ContainerServiceInner ();
Public Sub New ()

适用于

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

初始化 ContainerServiceInner 类的新实例。

public ContainerServiceInner (string location, Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceMasterProfile masterProfile, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceAgentPoolProfile> agentPoolProfiles, Microsoft.Azure.Management.Compute.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.Compute.Fluent.Models.ContainerServiceOrchestratorProfile orchestratorProfile = default, Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceCustomProfile customProfile = default, Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceServicePrincipalProfile servicePrincipalProfile = default, Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceWindowsProfile windowsProfile = default, Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceDiagnosticsProfile diagnosticsProfile = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceInner : string * Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceMasterProfile * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceAgentPoolProfile> * Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceLinuxProfile * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceOrchestratorProfile * Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceCustomProfile * Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceServicePrincipalProfile * Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceWindowsProfile * Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceDiagnosticsProfile -> Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceInner
Public Sub New (location As String, masterProfile As ContainerServiceMasterProfile, agentPoolProfiles As IList(Of ContainerServiceAgentPoolProfile), 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 orchestratorProfile As ContainerServiceOrchestratorProfile = Nothing, Optional customProfile As ContainerServiceCustomProfile = Nothing, Optional servicePrincipalProfile As ContainerServiceServicePrincipalProfile = Nothing, Optional windowsProfile As ContainerServiceWindowsProfile = Nothing, Optional diagnosticsProfile As ContainerServiceDiagnosticsProfile = Nothing)

参数

location
String
masterProfile
ContainerServiceMasterProfile

主代理的属性。

agentPoolProfiles
IList<ContainerServiceAgentPoolProfile>

代理池的属性。

linuxProfile
ContainerServiceLinuxProfile

Linux VM 的属性。

id
String
name
String
type
String
provisioningState
String

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

orchestratorProfile
ContainerServiceOrchestratorProfile

业务流程协调程序的属性。

customProfile
ContainerServiceCustomProfile

自定义群集的属性。

servicePrincipalProfile
ContainerServiceServicePrincipalProfile

群集服务主体的属性。

windowsProfile
ContainerServiceWindowsProfile

Windows VM 的属性。

diagnosticsProfile
ContainerServiceDiagnosticsProfile

诊断代理的属性。

适用于