次の方法で共有


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

定義

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

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

パラメーター

patch
PartnerTopicPatch

PartnerTopic の更新情報。

cancellationToken
CancellationToken

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

戻り値

例外

patch が null です。

適用対象