官术网_书友最值得收藏!

Conventions used

There are a number of text conventions used throughout this book.

CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "An Azure Function written in C# is a static method decorate by a FunctionName attribute."

A block of code is set as follows:

public static class SimpleExample
{
[FunctionName("QueueTrigger")]
public static void Run(
[QueueTrigger("inputQueue")] string inItem,
[Queue("outputQueue")] out string outItem,
ILogger log)
{
log.LogInformation($"C# function processed: {inItem}");
}
}

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

public static class SimpleExample
{
[FunctionName("QueueTrigger")]
public static void Run(
[QueueTrigger("inputQueue")] string inItem,
[Queue("outputQueue")] out string outItem,
ILogger log)
{
log.LogInformation($"C# function processed: {inItem}");
}
}

Any command-line input or output is written as follows:

c:>npm install -g azure-functions-core-tools

Bold: Indicates a new term, an important word, or words that you see on screen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Simply choose the menu File | New | Project."

Warnings or important notes appear like this.
Tips and tricks appear like this.
主站蜘蛛池模板: 子洲县| 富平县| 全椒县| 二连浩特市| 湾仔区| 洮南市| 宜阳县| 宜昌市| 新丰县| 弥勒县| 陆丰市| 周口市| 乐安县| 乐陵市| 秭归县| 建湖县| 通河县| 黑河市| 宁武县| 连南| 巩留县| 墨脱县| 施甸县| 桂林市| 集安市| 南丰县| 西丰县| 米易县| 抚远县| 隆尧县| 汶川县| 明水县| 安岳县| 乡宁县| 鱼台县| 新余市| 永善县| 本溪| 晋江市| 绿春县| 漳州市|