- Mastering PowerCLI
- Sajal Debnath
- 242字
- 2021-07-09 21:47:44
Conventions
In this book, you will find a number of styles of text 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: "I strongly suggest that you type Get-Help
in PowerShell and read the output."
A block of code is set as follows:
Switch (value) { Pattern 1 {Script Block} Pattern 2 {Script Block} Pattern n {Script Block} Default {Script Block} }
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
{ "firstName": "Sajal", "lastName": "Debnath", "isWorking": true, "age": 35, "address": { "streetAddress": "2435 A.B.C Road", "city": "New Delhi", "state": "Karnataka", "postalCode": "123456" }, "contactNumbers": [ { "type": "home", "number": "1234567897" }, { "type": "office", "number": "123456789876" } ], "children": [], "spouse": null }
Any command-line input or output is written as follows:
PS C:\> Connect-CIServer -Server <server name> -User <user name>-Password <Password>
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "To unblock it, right-click on the file, and select Properties. From the Properties menu, select unblock."
- Cocos2d Cross-Platform Game Development Cookbook(Second Edition)
- Mastering Adobe Captivate 2017(Fourth Edition)
- Visual Basic程序設計教程
- Visual FoxPro 程序設計
- Mastering QGIS
- RTC程序設計:實時音視頻權威指南
- 程序員考試案例梳理、真題透解與強化訓練
- NativeScript for Angular Mobile Development
- 新編Premiere Pro CC從入門到精通
- 基于Swift語言的iOS App 商業實戰教程
- Learning Salesforce Einstein
- Gradle for Android
- 高級語言程序設計(C語言版):基于計算思維能力培養
- Mastering JavaScript High Performance
- Node.js:來一打 C++ 擴展