Freigeben über


PartnerTopicResource.Update(PartnerTopicPatch, CancellationToken) Methode

Definition

Aktualisiert asynchron ein Partnerthema mit den angegebenen Parametern.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}
  • Vorgangs-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)

Parameter

patch
PartnerTopicPatch

PartnerTopic-Updateinformationen.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

patch ist NULL.

Gilt für: