| Name | Type | Description | Notes |
|---|---|---|---|
| DeviceType | ConnectDeviceType | [optional] | |
| DnsServerId | String | DNS server ID | [optional] |
| Name | String | Device name | [optional] |
- Prepare the resource
$DeviceUpdate = Initialize-PSAdGuardDNSDeviceUpdate -DeviceType null `
-DnsServerId a9f29be1 `
-Name My android- Convert the resource to JSON
$DeviceUpdate | ConvertTo-JSON