次の方法で共有


NetworkProfilesOperationsExtensions.UpdateTagsAsync メソッド

定義

ネットワーク プロファイル タグを更新します。

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

パラメーター

operations
INetworkProfilesOperations

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

resourceGroupName
String

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

networkProfileName
String

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

parameters
TagsObject

ネットワーク プロファイル タグを更新するために指定されたパラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象