Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 670 Bytes

File metadata and controls

25 lines (19 loc) · 670 Bytes

DedicatedIps

Properties

Name Type Description Notes
Ipv4 String[] Dedicated IPv4 address
Ipv4Limit Limit
Ipv6 String[] Dedicated IPv6 address

Examples

  • Prepare the resource
$DedicatedIps = Initialize-PSAdGuardDNSDedicatedIps  -Ipv4 null `
 -Ipv4Limit null `
 -Ipv6 null
  • Convert the resource to JSON
$DedicatedIps | ConvertTo-JSON

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