Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 674 Bytes

File metadata and controls

23 lines (17 loc) · 674 Bytes

BlockedWebServiceUpdate

Properties

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

Examples

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

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