Condividi tramite


ParametersLink Constructors

Definition

Overloads

ParametersLink()

Initializes a new instance of the ParametersLink class.

ParametersLink(String, String)

Initializes a new instance of the ParametersLink class.

Initializes a new instance of the ParametersLink class.

public ParametersLink();
Public Sub New ()

Applies to

Initializes a new instance of the ParametersLink class.

public ParametersLink(string uri, string contentVersion = default);
new Microsoft.Azure.Management.ResourceManager.Fluent.Models.ParametersLink : string * string -> Microsoft.Azure.Management.ResourceManager.Fluent.Models.ParametersLink
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