- Microsoft Azure Storage Essentials
- Chukri Soueidi
- 161字
- 2021-07-16 20:16:17
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "You can delete a created queue by calling the Delete
method of the queue."
A block of code is set as follows:
<?xml version="1.0" encoding="utf-8"?> <StorageService xmlns="http://schemas.microsoft.com/windowsazure"> <Url>storage-service-url</Url> <StorageServiceKeys> <Primary>primary-key</Primary> <Secondary>secondary-key</Secondary> </StorageServiceKeys> </StorageService>
Any command-line input or output is written as follows:
mkdir /azure-file-share
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: " To create a console application open Visual Studio and navigate to New Project | Templates | Visual C# | Console Application."
- JSP網(wǎng)絡編程(學習筆記)
- ASP.NET Web API:Build RESTful web applications and services on the .NET framework
- 計算思維與算法入門
- AWS Serverless架構:使用AWS從傳統(tǒng)部署方式向Serverless架構遷移
- 精通API架構:設計、運維與演進
- HTML5游戲開發(fā)案例教程
- PHP 編程從入門到實踐
- Building Mapping Applications with QGIS
- Hands-On Natural Language Processing with Python
- Python編程:從入門到實踐
- 深入分布式緩存:從原理到實踐
- Learning jQuery(Fourth Edition)
- 速學Python:程序設計從入門到進階
- QGIS 2 Cookbook
- C指針原理揭秘:基于底層實現(xiàn)機制