Compartilhar via


WebAppsOperationsExtensions.CreateOrUpdateFunctionSecretSlot Método

Definição

Adicionar ou atualizar um segredo de função.

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

slot
String

Nome do slot de implantação.

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