次の方法で共有


NetworkProfilesOperationsExtensions.CreateOrUpdateAsync メソッド

定義

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

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

パラメーター

operations
INetworkProfilesOperations

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

resourceGroupName
String

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

networkProfileName
String

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

parameters
NetworkProfileInner

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象