C# Class Microsoft.Azure.Management.Internal.Resources.Models.TemplateLink

Entity representing the reference to the template.
Mostrar archivo Open project: Azure/azure-powershell Class Usage Examples

Public Methods

Method Description
TemplateLink ( ) : System

Initializes a new instance of the TemplateLink class.

TemplateLink ( Uri uri ) : System

Initializes a new instance of the TemplateLink class with required arguments.

Method Details

TemplateLink() public method

Initializes a new instance of the TemplateLink class.
public TemplateLink ( ) : System
return System

TemplateLink() public method

Initializes a new instance of the TemplateLink class with required arguments.
public TemplateLink ( Uri uri ) : System
uri System.Uri
return System