次の方法で共有


NetworkManagersOperationsExtensions.CreateOrUpdate メソッド

定義

ネットワーク マネージャーを作成または更新します。

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

パラメーター

operations
INetworkManagersOperations

この拡張メソッドの操作グループ。

parameters
NetworkManager

ネットワーク マネージャーを指定するために指定されたパラメーター。

resourceGroupName
String

リソース グループの名前。

networkManagerName
String

ネットワーク マネージャーの名前。

戻り値

適用対象