Partager via


SiteSlotFunctionResource.CreateOrUpdateFunctionSecretSlotAsync Méthode

Définition

Description pour Ajouter ou mettre à jour un secret de fonction.

  • Chemin de la demande/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/functions/{functionName}/keys/{keyName}
  • IdWebApps_CreateOrUpdateFunctionSecretSlot d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.WebAppKeyInfo>> CreateOrUpdateFunctionSecretSlotAsync (string keyName, Azure.ResourceManager.AppService.Models.WebAppKeyInfo info, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateFunctionSecretSlotAsync : string * Azure.ResourceManager.AppService.Models.WebAppKeyInfo * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.WebAppKeyInfo>>
override this.CreateOrUpdateFunctionSecretSlotAsync : string * Azure.ResourceManager.AppService.Models.WebAppKeyInfo * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.WebAppKeyInfo>>
Public Overridable Function CreateOrUpdateFunctionSecretSlotAsync (keyName As String, info As WebAppKeyInfo, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of WebAppKeyInfo))

Paramètres

keyName
String

Nom de la clé.

info
WebAppKeyInfo

Clé à créer ou à mettre à jour.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

keyName est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.

keyName ou info est null.

S’applique à