- 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."
- LabVIEW程序設計基礎與應用
- 構建移動網站與APP:HTML 5移動開發入門與實戰(跨平臺移動開發叢書)
- Mastering OpenCV 4
- 假如C語言是我發明的:講給孩子聽的大師編程課
- Quarkus實踐指南:構建新一代的Kubernetes原生Java微服務
- Oracle從入門到精通(第5版)
- Android底層接口與驅動開發技術詳解
- 51單片機C語言開發教程
- 持續輕量級Java EE開發:編寫可測試的代碼
- CRYENGINE Game Development Blueprints
- C++ Application Development with Code:Blocks
- 大學計算機基礎
- 大學計算機基礎實驗指導
- Python 快速入門(第3版)
- Python應用與實戰