Condividi tramite


ServiceTopologyProperties Constructors

Definition

Overloads

ServiceTopologyProperties()

Initializes a new instance of the ServiceTopologyProperties class.

ServiceTopologyProperties(String)

Initializes a new instance of the ServiceTopologyProperties class.

ServiceTopologyProperties()

Initializes a new instance of the ServiceTopologyProperties class.

public ServiceTopologyProperties ();
Public Sub New ()

Applies to

ServiceTopologyProperties(String)

Initializes a new instance of the ServiceTopologyProperties class.

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)

Parameters

artifactSourceId
String

The resource Id of the artifact source that contains the artifacts that can be referenced in the service units.

Applies to