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

ServiceTopologyProperties 构造函数

定义

重载

ServiceTopologyProperties()

初始化 ServiceTopologyProperties 类的新实例。

ServiceTopologyProperties(String)

初始化 ServiceTopologyProperties 类的新实例。

ServiceTopologyProperties()

初始化 ServiceTopologyProperties 类的新实例。

public ServiceTopologyProperties ();
Public Sub New ()

适用于

ServiceTopologyProperties(String)

初始化 ServiceTopologyProperties 类的新实例。

public ServiceTopologyProperties (string artifactSourceId = default);
new Microsoft.Azure.Management.DeploymentManager.Models.ServiceTopologyProperties : string -> Microsoft.Azure.Management.DeploymentManager.Models.ServiceTopologyProperties
Public Sub New (Optional artifactSourceId As String = Nothing)

参数

artifactSourceId
String

项目源的资源 ID,其中包含可在服务单元中引用的项目。

适用于