C# 클래스 Microsoft.Azure.Commands.ResourceManager.Cmdlets.Utilities.FileUtility

The file utility.
파일 보기 프로젝트 열기: Azure/azure-powershell

공개 메소드들

메소드 설명
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