C# Класс Microsoft.Azure.Management.Internal.Resources.Models.TemplateLink

Entity representing the reference to the template.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

TemplateLink() публичный Метод

Initializes a new instance of the TemplateLink class.
public TemplateLink ( ) : System
Результат System

TemplateLink() публичный Метод

Initializes a new instance of the TemplateLink class with required arguments.
public TemplateLink ( Uri uri ) : System
uri System.Uri
Результат System