Share via


ServiceUnitArtifacts Constructors

Definition

Overloads

ServiceUnitArtifacts()

Initializes a new instance of the ServiceUnitArtifacts class.

ServiceUnitArtifacts(String, String, String, String)

Initializes a new instance of the ServiceUnitArtifacts class.

ServiceUnitArtifacts()

Initializes a new instance of the ServiceUnitArtifacts class.

public ServiceUnitArtifacts ();
Public Sub New ()

Applies to

ServiceUnitArtifacts(String, String, String, String)

Initializes a new instance of the ServiceUnitArtifacts class.

public ServiceUnitArtifacts (string templateUri = default, string parametersUri = default, string templateArtifactSourceRelativePath = default, string parametersArtifactSourceRelativePath = default);
new Microsoft.Azure.Management.DeploymentManager.Models.ServiceUnitArtifacts : string * string * string * string -> Microsoft.Azure.Management.DeploymentManager.Models.ServiceUnitArtifacts
Public Sub New (Optional templateUri As String = Nothing, Optional parametersUri As String = Nothing, Optional templateArtifactSourceRelativePath As String = Nothing, Optional parametersArtifactSourceRelativePath As String = Nothing)

Parameters

templateUri
String

The full URI of the ARM template file with the SAS token.

parametersUri
String

The full URI of the ARM parameters file with the SAS token.

templateArtifactSourceRelativePath
String

The path to the ARM template file relative to the artifact source.

parametersArtifactSourceRelativePath
String

The path to the ARM parameters file relative to the artifact source.

Applies to