次の方法で共有


NetworkManagersOperationsExtensions.CreateOrUpdateAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.NetworkManager> CreateOrUpdateAsync (this Microsoft.Azure.Management.Network.INetworkManagersOperations operations, Microsoft.Azure.Management.Network.Models.NetworkManager parameters, string resourceGroupName, string networkManagerName, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.Network.INetworkManagersOperations * Microsoft.Azure.Management.Network.Models.NetworkManager * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.NetworkManager>
<Extension()>
Public Function CreateOrUpdateAsync (operations As INetworkManagersOperations, parameters As NetworkManager, resourceGroupName As String, networkManagerName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NetworkManager)

パラメーター

operations
INetworkManagersOperations

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

parameters
NetworkManager

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

resourceGroupName
String

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

networkManagerName
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象