Share via


CommunicationServiceResource.RegenerateKey Method

Definition

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

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/communicationServices/{communicationServiceName}/regenerateKey
  • Operation Id: CommunicationServices_RegenerateKey
  • Default Api Version: 2023-04-01
  • Resource: CommunicationServiceResource
public virtual Azure.Response<Azure.ResourceManager.Communication.Models.CommunicationServiceKeys> RegenerateKey (Azure.ResourceManager.Communication.Models.RegenerateCommunicationServiceKeyContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member RegenerateKey : Azure.ResourceManager.Communication.Models.RegenerateCommunicationServiceKeyContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Communication.Models.CommunicationServiceKeys>
override this.RegenerateKey : Azure.ResourceManager.Communication.Models.RegenerateCommunicationServiceKeyContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Communication.Models.CommunicationServiceKeys>
Public Overridable Function RegenerateKey (content As RegenerateCommunicationServiceKeyContent, Optional cancellationToken As CancellationToken = Nothing) As Response(Of CommunicationServiceKeys)

Parameters

content
RegenerateCommunicationServiceKeyContent

Parameter that describes the Regenerate Key Operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

content is null.

Applies to