TemplateLink 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
TemplateLink() | |
TemplateLink(String, String) |
TemplateLink()
public TemplateLink ();
Public Sub New ()
Applies to
TemplateLink(String, String)
public TemplateLink (string uri, string contentVersion = default);
new Microsoft.Azure.Management.Internal.Resources.Models.TemplateLink : string * string -> Microsoft.Azure.Management.Internal.Resources.Models.TemplateLink
Public Sub New (uri As String, Optional contentVersion As String = Nothing)
Parameters
- uri
- String
- contentVersion
- String