- 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."
- HornetQ Messaging Developer’s Guide
- Android開發精要
- MySQL 8從入門到精通(視頻教學版)
- Vue.js前端開發基礎與項目實戰
- 從學徒到高手:汽車電路識圖、故障檢測與維修技能全圖解
- Java 11 Cookbook
- 劍指Java:核心原理與應用實踐
- HTML5秘籍(第2版)
- Hands-On Kubernetes on Windows
- RESTful Web Clients:基于超媒體的可復用客戶端
- Python期貨量化交易實戰
- Three.js權威指南:在網頁上創建3D圖形和動畫的方法與實踐(原書第4版)
- 征服C指針(第2版)
- Test-Driven iOS Development with Swift
- Learning Zimbra Server Essentials