ParametersLink 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
ParametersLink() |
Initializes a new instance of the ParametersLink class. |
ParametersLink(String, String) |
Initializes a new instance of the ParametersLink class. |
ParametersLink()
Initializes a new instance of the ParametersLink class.
public ParametersLink ();
Public Sub New ()
Applies to
ParametersLink(String, String)
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.