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() |
Initializes a new instance of the TemplateLink class. |
TemplateLink(Uri) |
Initializes a new instance of the TemplateLink class with required arguments. |
TemplateLink()
Initializes a new instance of the TemplateLink class.
public TemplateLink ();
Public Sub New ()
Applies to
TemplateLink(Uri)
Initializes a new instance of the TemplateLink class with required arguments.
public TemplateLink (Uri uri);
new Microsoft.Azure.Management.Resources.Models.TemplateLink : Uri -> Microsoft.Azure.Management.Resources.Models.TemplateLink
Public Sub New (uri As Uri)
Parameters
- uri
- Uri