次の方法で共有


NetworkProfilesOperationsExtensions.CreateOrUpdateAsync メソッド

定義

ネットワーク プロファイルを作成または更新します。

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

パラメーター

operations
INetworkProfilesOperations

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

resourceGroupName
String

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

networkProfileName
String

ネットワーク プロファイルの名前。

parameters
NetworkProfile

ネットワーク プロファイルの作成または更新操作に指定されたパラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象