Click or drag to resize
CloudNetworkServiceExtensions Methods

The CloudNetworkServiceExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateNetwork
Creates a network.
Public methodStatic memberCreatePort
Creates a port.
Public methodStatic memberCreateSubnet
Creates a subnet.
Public methodStatic memberDeleteNetwork
Deletes the specified network.
Public methodStatic memberDeletePort
Deletes the specified port.
Public methodStatic memberDeleteSubnet
Deletes the specified subnet.
Public methodStatic memberGetNetwork
Gets the specified network.
Public methodStatic memberGetPort
Gets the specified port.
Public methodStatic memberGetSubnet
Gets the specified subnet.
Public methodStatic memberListNetworks
Lists all networks associated with the account.
Public methodStatic memberListPorts
Lists all ports associated with the account.
Public methodStatic memberListSubnets
Lists all subnets associated with the account.
Public methodStatic memberUpdateNetwork
Updates the specified network.
Public methodStatic memberUpdatePort
Updates the specified port.
Public methodStatic memberUpdateSubnet
Updates the specified subnet.
Top
See Also