Conventions
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Create a new folder in your development area called ProductsApi."
A block of code is set as follows:
namespace QueueFunctions.Models {
public class Product {
[JsonProperty(PropertyName = "typeId")]
public string TypeId { get; set; }
[JsonProperty(PropertyName = "name")]
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Click Pipelines, and then click Builds."