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

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.
主站蜘蛛池模板: 筠连县| 吉林省| 仪陇县| 温州市| 如东县| 聂荣县| 海阳市| 抚远县| 永年县| 锡林郭勒盟| 临江市| 富阳市| 烟台市| 承德市| 北京市| 德庆县| 翼城县| 墨竹工卡县| 新津县| 万盛区| 尖扎县| 峡江县| 昭觉县| 崇文区| 苏尼特左旗| 资中县| 喜德县| 弥勒县| 饶阳县| 蛟河市| 宿州市| 许昌市| 高要市| 全州县| 泉州市| 湖南省| 招远市| 龙海市| 洪泽县| 岢岚县| 北川|