WebAppsOperationsExtensions.CreateOrUpdateFunctionSecret Método

Definição

Adicionar ou atualizar um segredo de função.

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

Parâmetros

operations
IWebAppsOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

Nome do grupo de recursos ao qual pertence o recurso.

name
String

Nome do site.

functionName
String

O nome da função.

keyName
String

O nome da chave.

key
KeyInfo

A chave a ser criada ou atualizada

Retornos

Comentários

Descrição para Adicionar ou atualizar um segredo de função.

Aplica-se a