次の方法で共有


SecurityPartnerProviderResource.Update メソッド

定義

セキュリティ パートナー プロバイダー リソースのタグを更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/securityPartnerProviders/{securityPartnerProviderName}
  • 操作IdSecurityPartnerProviders_UpdateTags
public virtual Azure.Response<Azure.ResourceManager.Network.SecurityPartnerProviderResource> Update (Azure.ResourceManager.Network.Models.NetworkTagsObject networkTagsObject, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.Network.Models.NetworkTagsObject * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.SecurityPartnerProviderResource>
override this.Update : Azure.ResourceManager.Network.Models.NetworkTagsObject * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.SecurityPartnerProviderResource>
Public Overridable Function Update (networkTagsObject As NetworkTagsObject, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SecurityPartnerProviderResource)

パラメーター

networkTagsObject
NetworkTagsObject

セキュリティ パートナー プロバイダー タグを更新するために指定されたパラメーター。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

networkTagsObject が null です。

適用対象