次の方法で共有


PartnerTopicResource.UpdateAsync(PartnerTopicPatch, CancellationToken) メソッド

定義

指定したパラメーターを使用してパートナー トピックを非同期に更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}
  • 操作IdPartnerTopics_Update
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.EventGrid.PartnerTopicResource>> UpdateAsync (Azure.ResourceManager.EventGrid.Models.PartnerTopicPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.ResourceManager.EventGrid.Models.PartnerTopicPatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.EventGrid.PartnerTopicResource>>
override this.UpdateAsync : Azure.ResourceManager.EventGrid.Models.PartnerTopicPatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.EventGrid.PartnerTopicResource>>
Public Overridable Function UpdateAsync (patch As PartnerTopicPatch, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of PartnerTopicResource))

パラメーター

patch
PartnerTopicPatch

PartnerTopic の更新情報。

cancellationToken
CancellationToken

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

戻り値

例外

patch が null です。

適用対象