AutoRestSettingsExtensions.

OutputToFile(AutoRestSettings, FilePath) Method

Summary

Will cause generated code to be output to the specified single file. Not supported by all code generators.
Assembly
Cake.AutoRest.dll
Namespace
Cake.AutoRest
Containing Type
AutoRestSettingsExtensions

Syntax

public static AutoRestSettings OutputToFile(this AutoRestSettings settings, FilePath path)

Parameters

Name Type Description
settings AutoRestSettings Settings
path FilePath Path to create the single-file client

Return Value

Type Description
AutoRestSettings The updated settings object