Click or drag to resize
PublicIP Methods

The PublicIP type exposes the following members.

Methods
  NameDescription
Public methodAssignAsync
Assigns the Public IP to a cloud server.
Public methodDeleteAsync
Removes the public IP address from the current account.
Public methodUnassignAsync
Removes the Public IP from the server to which it is currently assigned.
Public methodWaitUntilActiveAsync
Waits for the public IP address to become active.
Public methodWaitUntilDeletedAsync
Waits for the public IP address to be removed from the current account.
Top
Extension Methods
  NameDescription
Public Extension MethodAssign
Assigns the Public IP to a cloud server.
(Defined by PublicIPExtensions.)
Public Extension MethodDelete
Removes the public IP address from the current account.
(Defined by PublicIPExtensions.)
Public Extension MethodUnassign
Removes the Public IP from the server to which it is currently assigned.
(Defined by PublicIPExtensions.)
Public Extension MethodWaitUntilActive
Waits for the public IP address to become active.
(Defined by PublicIPExtensions.)
Public Extension MethodWaitUntilDeleted
Waits for the public IP address to be removed from the current account.
(Defined by PublicIPExtensions.)
Top
See Also