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