Click or drag to resize
CloudNetworkService Methods

The CloudNetworkService type exposes the following members.

Methods
  NameDescription
Public methodCreateNetworkAsync
Creates a network.
Public methodCreatePortAsync
Creates a port.
Public methodCreateSubnetAsync
Creates a subnet.
Public methodDeleteNetworkAsync
Deletes the specified network.
Public methodDeletePortAsync
Deletes the specified port.
Public methodDeleteSubnetAsync
Deletes the specified subnet.
Public methodGetNetworkAsync
Gets the specified network.
Public methodGetPortAsync
Gets the specified port.
Public methodGetSubnetAsync
Gets the specified subnet.
Public methodListNetworksAsync
Lists all networks associated with the account.
Public methodListPortsAsync
Lists all ports associated with the account.
Public methodListSubnetsAsync
Lists all subnets associated with the account.
Public methodUpdateNetworkAsync
Updates the specified network.
Public methodUpdatePortAsync
Updates the specified port.
Public methodUpdateSubnetAsync
Updates the specified subnet.
Top
Extension Methods
  NameDescription
Public Extension MethodCreateNetwork
Creates a network.
(Defined by CloudNetworkServiceExtensions.)
Public Extension MethodCreatePort
Creates a port.
(Defined by CloudNetworkServiceExtensions.)
Public Extension MethodCreateSubnet
Creates a subnet.
(Defined by CloudNetworkServiceExtensions.)
Public Extension MethodDeleteNetwork
Deletes the specified network.
(Defined by CloudNetworkServiceExtensions.)
Public Extension MethodDeletePort
Deletes the specified port.
(Defined by CloudNetworkServiceExtensions.)
Public Extension MethodDeleteSubnet
Deletes the specified subnet.
(Defined by CloudNetworkServiceExtensions.)
Public Extension MethodGetNetwork
Gets the specified network.
(Defined by CloudNetworkServiceExtensions.)
Public Extension MethodGetPort
Gets the specified port.
(Defined by CloudNetworkServiceExtensions.)
Public Extension MethodGetSubnet
Gets the specified subnet.
(Defined by CloudNetworkServiceExtensions.)
Public Extension MethodListNetworks
Lists all networks associated with the account.
(Defined by CloudNetworkServiceExtensions.)
Public Extension MethodListPorts
Lists all ports associated with the account.
(Defined by CloudNetworkServiceExtensions.)
Public Extension MethodListSubnets
Lists all subnets associated with the account.
(Defined by CloudNetworkServiceExtensions.)
Public Extension MethodUpdateNetwork
Updates the specified network.
(Defined by CloudNetworkServiceExtensions.)
Public Extension MethodUpdatePort
Updates the specified port.
(Defined by CloudNetworkServiceExtensions.)
Public Extension MethodUpdateSubnet
Updates the specified subnet.
(Defined by CloudNetworkServiceExtensions.)
Top
See Also