PartnerTopicResource.Activate(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Activate a newly created partner topic.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}/activate
- Operation Id: PartnerTopics_Activate
- Default Api Version: 2024-06-01-preview
- Resource: PartnerTopicResource
public virtual Azure.Response<Azure.ResourceManager.EventGrid.PartnerTopicResource> Activate (System.Threading.CancellationToken cancellationToken = default);
abstract member Activate : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.EventGrid.PartnerTopicResource>
override this.Activate : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.EventGrid.PartnerTopicResource>
Public Overridable Function Activate (Optional cancellationToken As CancellationToken = Nothing) As Response(Of PartnerTopicResource)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.