Bagikan melalui


WebPubSubResource.RegenerateKeyAsync Method

Definition

Regenerate the access key for the resource. PrimaryKey and SecondaryKey cannot be regenerated at the same time.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}/regenerateKey
  • Operation Id: WebPubSub_RegenerateKey
  • Default Api Version: 2021-10-01
  • Resource: WebPubSubResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.WebPubSub.Models.WebPubSubKeys>> RegenerateKeyAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.WebPubSub.Models.WebPubSubRegenerateKeyContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member RegenerateKeyAsync : Azure.WaitUntil * Azure.ResourceManager.WebPubSub.Models.WebPubSubRegenerateKeyContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.WebPubSub.Models.WebPubSubKeys>>
override this.RegenerateKeyAsync : Azure.WaitUntil * Azure.ResourceManager.WebPubSub.Models.WebPubSubRegenerateKeyContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.WebPubSub.Models.WebPubSubKeys>>
Public Overridable Function RegenerateKeyAsync (waitUntil As WaitUntil, content As WebPubSubRegenerateKeyContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of WebPubSubKeys))

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
WebPubSubRegenerateKeyContent

Parameter that describes the Regenerate Key Operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

content is null.

Applies to