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

PSServiceTopologyResource Constructors

Definition

Overloads

PSServiceTopologyResource()
PSServiceTopologyResource(String, ServiceTopologyResource)

PSServiceTopologyResource()

public PSServiceTopologyResource ();
Public Sub New ()

Applies to

PSServiceTopologyResource(String, ServiceTopologyResource)

public PSServiceTopologyResource (string resourceGroup, Microsoft.Azure.Management.DeploymentManager.Models.ServiceTopologyResource topologyResource);
new Microsoft.Azure.Commands.DeploymentManager.Models.PSServiceTopologyResource : string * Microsoft.Azure.Management.DeploymentManager.Models.ServiceTopologyResource -> Microsoft.Azure.Commands.DeploymentManager.Models.PSServiceTopologyResource
Public Sub New (resourceGroup As String, topologyResource As ServiceTopologyResource)

Parameters

resourceGroup
String
topologyResource
ServiceTopologyResource

Applies to