次の方法で共有


NetworkInterfacesOperationsExtensions.CreateOrUpdate メソッド

定義

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

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

パラメーター

operations
INetworkInterfacesOperations

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

resourceGroupName
String

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

networkInterfaceName
String

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

parameters
NetworkInterface

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

戻り値

適用対象