Click or drag to resize
RackConnectService Methods

The RackConnectService type exposes the following members.

Methods
  NameDescription
Public methodCreatePublicIPAsync
Allocates a public IP address to the current account.
Public methodDeletePublicIPAsync
Removes the public IP address from the current account.
Public methodGetNetworkAsync
Gets the specified RackConnect Cloud Network.
Public methodGetPublicIPAsync
Gets the specified public IP address.
Public methodListNetworksAsync
Lists Cloud Networks associated with a RackConnect Configuration.
Public methodListPublicIPsAsync
Lists all public IP addresses associated with the account.
Public methodUpdatePublicIPAsync
Updates the public IP address.
Public methodWaitUntilPublicIPIsActiveAsync
Waits for the public IP address to become active.
Public methodWaitUntilPublicIPIsDeletedAsync
Waits for the public IP address to be removed from the current account.
Top
Extension Methods
  NameDescription
Public Extension MethodCreatePublicIP
Allocates a public IP address to the current account.
(Defined by RackConnectServiceExtensions.)
Public Extension MethodDeletePublicIP
Removes the public IP address from the current account.
(Defined by RackConnectServiceExtensions.)
Public Extension MethodGetNetwork
Gets the specified RackConnect Cloud Network.
(Defined by RackConnectServiceExtensions.)
Public Extension MethodGetPublicIP
Gets the specified public IP address.
(Defined by RackConnectServiceExtensions.)
Public Extension MethodListNetworks
Lists Cloud Networks associated with a RackConnect Configuration.
(Defined by RackConnectServiceExtensions.)
Public Extension MethodListPublicIPs
Lists all public IP addresses associated with the account.
(Defined by RackConnectServiceExtensions.)
Public Extension MethodUpdatePublicIP
Updates the public IP address.
(Defined by RackConnectServiceExtensions.)
Public Extension MethodWaitUntilPublicIPIsActive
Waits for the public IP address to become active.
(Defined by RackConnectServiceExtensions.)
Public Extension MethodWaitUntilPublicIPIsDeleted
Waits for the public IP address to be removed from the current account.
(Defined by RackConnectServiceExtensions.)
Top
See Also