Partager via


SiteFunctionResource.CreateOrUpdateFunctionSecretAsync Méthode

Définition

Description de l’ajout ou de la mise à jour d’un secret de fonction.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/functions/{functionName}/keys/{keyName}
  • IdWebApps_CreateOrUpdateFunctionSecret d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.WebAppKeyInfo>> CreateOrUpdateFunctionSecretAsync (string keyName, Azure.ResourceManager.AppService.Models.WebAppKeyInfo info, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateFunctionSecretAsync : string * Azure.ResourceManager.AppService.Models.WebAppKeyInfo * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.WebAppKeyInfo>>
override this.CreateOrUpdateFunctionSecretAsync : string * Azure.ResourceManager.AppService.Models.WebAppKeyInfo * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.WebAppKeyInfo>>
Public Overridable Function CreateOrUpdateFunctionSecretAsync (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 devait être non vide.

keyName ou info est null.

S’applique à