ServiceTopologyProperties Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.