Share via


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