CommunicationServiceResource.RegenerateKey Metoda

Definice

Přetížení

RegenerateKey(RegenerateCommunicationServiceKeyContent, CancellationToken)

Znovu vygenerujte přístupový klíč služby CommunicationService. PrimaryKey a SecondaryKey nelze vygenerovat současně.

  • Cesta žádosti/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/communicationServices/{communicationServiceName}/regenerateKey
  • IdCommunicationServices_RegenerateKey operace
RegenerateKey(WaitUntil, RegenerateCommunicationServiceKeyContent, CancellationToken)

Znovu vygenerujte přístupový klíč služby CommunicationService. PrimaryKey a SecondaryKey nelze vygenerovat současně.

  • Cesta žádosti/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/communicationServices/{communicationServiceName}/regenerateKey
  • IdCommunicationServices_RegenerateKey operace

RegenerateKey(RegenerateCommunicationServiceKeyContent, CancellationToken)

Znovu vygenerujte přístupový klíč služby CommunicationService. PrimaryKey a SecondaryKey nelze vygenerovat současně.

  • Cesta žádosti/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/communicationServices/{communicationServiceName}/regenerateKey
  • IdCommunicationServices_RegenerateKey operace
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)

Parametry

content
RegenerateCommunicationServiceKeyContent

Parametr, který popisuje operaci opětovného vygenerování klíče.

cancellationToken
CancellationToken

Token zrušení, který se má použít.

Návraty

Výjimky

content je null.

Platí pro

RegenerateKey(WaitUntil, RegenerateCommunicationServiceKeyContent, CancellationToken)

Znovu vygenerujte přístupový klíč služby CommunicationService. PrimaryKey a SecondaryKey nelze vygenerovat současně.

  • Cesta žádosti/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/communicationServices/{communicationServiceName}/regenerateKey
  • IdCommunicationServices_RegenerateKey operace
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Communication.Models.CommunicationServiceKeys> RegenerateKey (Azure.WaitUntil waitUntil, Azure.ResourceManager.Communication.Models.RegenerateCommunicationServiceKeyContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member RegenerateKey : Azure.WaitUntil * Azure.ResourceManager.Communication.Models.RegenerateCommunicationServiceKeyContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Communication.Models.CommunicationServiceKeys>
override this.RegenerateKey : Azure.WaitUntil * Azure.ResourceManager.Communication.Models.RegenerateCommunicationServiceKeyContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Communication.Models.CommunicationServiceKeys>
Public Overridable Function RegenerateKey (waitUntil As WaitUntil, content As RegenerateCommunicationServiceKeyContent, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of CommunicationServiceKeys)

Parametry

waitUntil
WaitUntil

Completed pokud by metoda měla počkat na vrácení, dokud se ve službě nedokončí dlouhotrvající operace; Started pokud se má vrátit po spuštění operace. Další informace o dlouhotrvajících operacích najdete v ukázkách operací azure.Core Long-Running.

content
RegenerateCommunicationServiceKeyContent

Parametr, který popisuje operaci opětovného vygenerování klíče.

cancellationToken
CancellationToken

Token zrušení, který se má použít.

Návraty

Výjimky

content je null.

Platí pro