Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 729 Bytes

File metadata and controls

25 lines (19 loc) · 729 Bytes

DeviceUpdate

Properties

Name Type Description Notes
DeviceType ConnectDeviceType [optional]
DnsServerId String DNS server ID [optional]
Name String Device name [optional]

Examples

  • Prepare the resource
$DeviceUpdate = Initialize-PSAdGuardDNSDeviceUpdate  -DeviceType null `
 -DnsServerId a9f29be1 `
 -Name My android
  • Convert the resource to JSON
$DeviceUpdate | ConvertTo-JSON

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