Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 712 Bytes

File metadata and controls

25 lines (19 loc) · 712 Bytes

WebService

Properties

Name Type Description Notes
IconSvg String SVG icon
Id String Web-service identifier
Name String Web-service name

Examples

  • Prepare the resource
$WebService = Initialize-PSAdGuardDNSWebService  -IconSvg <svg><path d="M 44 14 C 44 13..." /></svg> `
 -Id 9gag `
 -Name 9GAG
  • Convert the resource to JSON
$WebService | ConvertTo-JSON

[Back to Model list] [Back to API list] [Back to README]