Click or drag to resize
NetworkingServiceExtensions_v2 Methods

The NetworkingServiceExtensions_v2 type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateNetwork
Creates a network.
Public methodStatic memberCreateNetworks
Bulk creates multiple networks.
Public methodStatic memberCreatePort
Creates a port.
Public methodStatic memberCreatePorts
Bulk creates multiple ports.
Public methodStatic memberCreateSubnet
Creates a subnet.
Public methodStatic memberCreateSubnets
Bulk creates multiple subnets.
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