共用方式為


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