C# Класс Microsoft.Azure.Commands.ResourceManager.Cmdlets.Utilities.FileUtility

The file utility.
Показать файл Открыть проект

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

Метод Описание
SaveTemplateFile ( string templateName, string contents, string outputPath, bool overwrite, Func shouldContinue ) : string

Saves a template file into specific directory.

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

SaveTemplateFile() публичный статический Метод

Saves a template file into specific directory.
public static SaveTemplateFile ( string templateName, string contents, string outputPath, bool overwrite, Func shouldContinue ) : string
templateName string The template name
contents string The template contents
outputPath string The file output path
overwrite bool Overrides existing file
shouldContinue Func The confirmation action
Результат string