Delen via


NetworkManagersOperationsExtensions.CreateOrUpdate Method

Definition

Creates or updates a Network Manager.

public static Microsoft.Azure.Management.Network.Models.NetworkManager CreateOrUpdate (this Microsoft.Azure.Management.Network.INetworkManagersOperations operations, Microsoft.Azure.Management.Network.Models.NetworkManager parameters, string resourceGroupName, string networkManagerName);
static member CreateOrUpdate : Microsoft.Azure.Management.Network.INetworkManagersOperations * Microsoft.Azure.Management.Network.Models.NetworkManager * string * string -> Microsoft.Azure.Management.Network.Models.NetworkManager
<Extension()>
Public Function CreateOrUpdate (operations As INetworkManagersOperations, parameters As NetworkManager, resourceGroupName As String, networkManagerName As String) As NetworkManager

Parameters

operations
INetworkManagersOperations

The operations group for this extension method.

parameters
NetworkManager

Parameters supplied to specify which network manager is.

resourceGroupName
String

The name of the resource group.

networkManagerName
String

The name of the network manager.

Returns

Applies to