次の方法で共有


NetworkInterfacesOperationsExtensions.CreateOrUpdateAsync メソッド

定義

ネットワーク インターフェイスを作成または更新します。

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

パラメーター

operations
INetworkInterfacesOperations

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

resourceGroupName
String

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

networkInterfaceName
String

ネットワーク インターフェイスの名前。

parameters
NetworkInterface

ネットワーク インターフェイスの作成または更新操作に指定されたパラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象