Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 696 Bytes

File metadata and controls

25 lines (19 loc) · 696 Bytes

DeviceCreate

Properties

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

Examples

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

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