Condividi tramite


WebAppsOperationsExtensions.ListInstanceFunctionsSlotAsync Metodo

Definizione

Elencare le funzioni per un sito Web o uno slot di distribuzione.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.FunctionEnvelopeInner>> ListInstanceFunctionsSlotAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, string slot, System.Threading.CancellationToken cancellationToken = default);
static member ListInstanceFunctionsSlotAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.FunctionEnvelopeInner>>
<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 FunctionEnvelopeInner))

Parametri

operations
IWebAppsOperations

Gruppo di operazioni per questo metodo di estensione.

resourceGroupName
String

Nome del gruppo di risorse a cui appartiene la risorsa.

name
String

Nome del sito.

slot
String

Nome dello slot di distribuzione.

cancellationToken
CancellationToken

Token di annullamento.

Restituisce

Commenti

Descrizione per Elencare le funzioni per un sito Web o uno slot di distribuzione.

Si applica a