Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 639 Bytes

File metadata and controls

23 lines (17 loc) · 639 Bytes

BlockedWebService

Properties

Name Type Description Notes
Enabled Boolean Whether service blocking is enabled
Id String Web-service identifier

Examples

  • Prepare the resource
$BlockedWebService = Initialize-PSAdGuardDNSBlockedWebService  -Enabled null `
 -Id 9gag
  • Convert the resource to JSON
$BlockedWebService | ConvertTo-JSON

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