WebAppsOperationsExtensions.CreateOrUpdateFunctionSecretAsync Método

Definição

Adicionar ou atualizar um segredo de função.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.KeyInfo> CreateOrUpdateFunctionSecretAsync (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, string functionName, string keyName, Microsoft.Azure.Management.WebSites.Models.KeyInfo key, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateFunctionSecretAsync : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * string * string * Microsoft.Azure.Management.WebSites.Models.KeyInfo * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.KeyInfo>
<Extension()>
Public Function CreateOrUpdateFunctionSecretAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, functionName As String, keyName As String, key As KeyInfo, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Comentários

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

Aplica-se a