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

Entity representing the reference to the template.
Afficher le fichier Open project: Azure/azure-powershell Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the TemplateLink class.
public TemplateLink ( ) : System
Résultat System

TemplateLink() public méthode

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