WebAppsOperationsExtensions.ListInstanceFunctionsSlotAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Listen Sie die Funktionen für eine Website oder einen Bereitstellungsslot auf.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.FunctionEnvelope>> ListInstanceFunctionsSlotAsync (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, string slot, System.Threading.CancellationToken cancellationToken = default);
static member ListInstanceFunctionsSlotAsync : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.FunctionEnvelope>>
<Extension()>
Public Function ListInstanceFunctionsSlotAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, slot As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of FunctionEnvelope))
Parameter
- operations
- IWebAppsOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Name der Ressourcengruppe, zu der die Ressource gehört.
- name
- String
Websitename.
- slot
- String
Name des Bereitstellungsslots.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Hinweise
Beschreibung für Auflisten der Funktionen für eine Website oder einen Bereitstellungsslot.
Gilt für:
Azure SDK for .NET