SignalRResource.RegenerateKey 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/signalR/{resourceName}/regenerateKey
  • Operation Id: SignalR_RegenerateKey
  • Default Api Version: 2022-02-01
  • Resource: SignalRResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.SignalR.Models.SignalRKeys> RegenerateKey (Azure.WaitUntil waitUntil, Azure.ResourceManager.SignalR.Models.SignalRRegenerateKeyContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member RegenerateKey : Azure.WaitUntil * Azure.ResourceManager.SignalR.Models.SignalRRegenerateKeyContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.SignalR.Models.SignalRKeys>
override this.RegenerateKey : Azure.WaitUntil * Azure.ResourceManager.SignalR.Models.SignalRRegenerateKeyContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.SignalR.Models.SignalRKeys>
Public Overridable Function RegenerateKey (waitUntil As WaitUntil, content As SignalRRegenerateKeyContent, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of SignalRKeys)

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
SignalRRegenerateKeyContent

Parameter that describes the Regenerate Key Operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

content is null.

Applies to