EventGridTopicResource.RegenerateKey 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.
Regenerate a shared access key for a topic.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}/regenerateKey
- Operation Id: Topics_RegenerateKey
- Default Api Version: 2024-06-01-preview
- Resource: EventGridTopicResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.EventGrid.Models.TopicSharedAccessKeys> RegenerateKey (Azure.WaitUntil waitUntil, Azure.ResourceManager.EventGrid.Models.TopicRegenerateKeyContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member RegenerateKey : Azure.WaitUntil * Azure.ResourceManager.EventGrid.Models.TopicRegenerateKeyContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.EventGrid.Models.TopicSharedAccessKeys>
override this.RegenerateKey : Azure.WaitUntil * Azure.ResourceManager.EventGrid.Models.TopicRegenerateKeyContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.EventGrid.Models.TopicSharedAccessKeys>
Public Overridable Function RegenerateKey (waitUntil As WaitUntil, content As TopicRegenerateKeyContent, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of TopicSharedAccessKeys)
Parameters
- waitUntil
- WaitUntil
Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.
- content
- TopicRegenerateKeyContent
Request body to regenerate key.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
content
is null.
Applies to
Azure SDK for .NET