Freigeben über


WebAppsOperationsExtensions.ListFunctionSecretsSlotAsync Methode

Definition

Rufen Sie Funktionsgeheimnisse für eine Funktion auf einer Website oder einen Bereitstellungsslot ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.FunctionSecrets> ListFunctionSecretsSlotAsync (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, string functionName, string slot, System.Threading.CancellationToken cancellationToken = default);
static member ListFunctionSecretsSlotAsync : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.FunctionSecrets>
<Extension()>
Public Function ListFunctionSecretsSlotAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, functionName As String, slot As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of FunctionSecrets)

Parameter

operations
IWebAppsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Ressourcengruppe, zu der die Ressource gehört.

name
String

Websitename.

functionName
String

Funktionsname

slot
String

Name des Bereitstellungsslots.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Beschreibung für Abrufen von Funktionsgeheimnissen für eine Funktion auf einer Website oder einem Bereitstellungsslot.

Gilt für: