Share via


DeploymentStacksParametersLink Constructors

Definition

Overloads

DeploymentStacksParametersLink()

Initializes a new instance of the DeploymentStacksParametersLink class.

DeploymentStacksParametersLink(String, String)

Initializes a new instance of the DeploymentStacksParametersLink class.

Initializes a new instance of the DeploymentStacksParametersLink class.

public DeploymentStacksParametersLink ();
Public Sub New ()

Applies to

Initializes a new instance of the DeploymentStacksParametersLink class.

public DeploymentStacksParametersLink (string uri, string contentVersion = default);
new Microsoft.Azure.Management.Resources.Models.DeploymentStacksParametersLink : string * string -> Microsoft.Azure.Management.Resources.Models.DeploymentStacksParametersLink
Public Sub New (uri As String, Optional contentVersion As String = Nothing)

Parameters

uri
String

The URI of the parameters file.

contentVersion
String

If included, must match the ContentVersion in the template.

Applies to