Create a MeshNetwork.
Reference to the service client.
Creates a Network resource with the specified name, description and properties. If Network resource with the same name exists, then it is updated with the specified description and properties. Network resource provides connectivity between application services.
The identity of the network.
Description for creating a Network resource.
Promise<Models.MeshNetworkCreateOrUpdateResponse>
The identity of the network.
Description for creating a Network resource.
The callback
The identity of the network.
Description for creating a Network resource.
The optional parameters
The callback
Deletes the Network resource identified by the name.
The identity of the network.
Promise<msRest.RestResponse>
The identity of the network.
The callback
The identity of the network.
The optional parameters
The callback
Gets the information about the Network resource with the given name. The information include the description and other properties of the Network.
The identity of the network.
Promise<Models.MeshNetworkGetResponse>
The identity of the network.
The callback
The identity of the network.
The optional parameters
The callback
Gets the information about all network resources in a given resource group. The information include the description and other properties of the Network.
Promise<Models.MeshNetworkListResponse>
The callback
The optional parameters
The callback
Generated using TypeDoc
Class representing a MeshNetwork.