IPAMAddress(New): add Parameter example

This commit is contained in:
Alexis La Goutte 2021-07-23 16:28:19 +02:00
parent af9a31dfe4
commit a610ed6b9f

View file

@ -50,6 +50,12 @@ function New-NetboxIPAMAddress {
.PARAMETER Dns_name .PARAMETER Dns_name
DNS Name of IP address (example : netbox.example.com) DNS Name of IP address (example : netbox.example.com)
.PARAMETER Assigned_Object_Type
Assigned Object Type dcim.interface or virtualization.vminterface
.PARAMETER Assigned_Object_Id
Assigned Object ID
.PARAMETER Force .PARAMETER Force
Do not prompt for confirmation to create IP. Do not prompt for confirmation to create IP.