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

ContainerServiceCustomProfile 构造函数

定义

重载

ContainerServiceCustomProfile()

初始化 ContainerServiceCustomProfile 类的新实例。

ContainerServiceCustomProfile(String)

初始化 ContainerServiceCustomProfile 类的新实例。

ContainerServiceCustomProfile()

初始化 ContainerServiceCustomProfile 类的新实例。

public ContainerServiceCustomProfile ();
Public Sub New ()

适用于

ContainerServiceCustomProfile(String)

初始化 ContainerServiceCustomProfile 类的新实例。

public ContainerServiceCustomProfile (string orchestrator);
new Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceCustomProfile : string -> Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceCustomProfile
Public Sub New (orchestrator As String)

参数

orchestrator
String

要使用的自定义业务流程协调程序的名称。

适用于