Azure-Samples / azure-samples-python-management

This repo contains sample code for management libraries of Azure SDK for Python
MIT License
154 stars 131 forks source link

How can I detach a Public IP from Interface ? #122

Open kressety opened 1 year ago

kressety commented 1 year ago

From the samples I can only know how to create_or_update a Public IP/Interface or just delete it (if I try to delete an attached IP, there will be an exception and ask me to detach the Public IP from Interface first). So how can I detach a Public IP from Interface ?