Partager via


WebAppsOperationsExtensions.CreateOrUpdateFunctionSecret Méthode

Définition

Ajouter ou mettre à jour un secret de fonction.

public static Microsoft.Azure.Management.WebSites.Models.KeyInfo CreateOrUpdateFunctionSecret (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, string functionName, string keyName, Microsoft.Azure.Management.WebSites.Models.KeyInfo key);
static member CreateOrUpdateFunctionSecret : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * string * string * Microsoft.Azure.Management.WebSites.Models.KeyInfo -> Microsoft.Azure.Management.WebSites.Models.KeyInfo
<Extension()>
Public Function CreateOrUpdateFunctionSecret (operations As IWebAppsOperations, resourceGroupName As String, name As String, functionName As String, keyName As String, key As KeyInfo) As KeyInfo

Paramètres

operations
IWebAppsOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources auquel appartient la ressource.

name
String

Nom du site.

functionName
String

Nom de la fonction.

keyName
String

Nom de la clé.

key
KeyInfo

Clé à créer ou à mettre à jour

Retours

Remarques

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

S’applique à