Condividi tramite


WebAppsOperationsExtensions.GetInstanceFunctionSlotAsync Metodo

Definizione

Ottenere informazioni sulla funzione in base al relativo ID per il sito Web o uno slot di distribuzione.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.FunctionEnvelopeInner> GetInstanceFunctionSlotAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, string functionName, string slot, System.Threading.CancellationToken cancellationToken = default);
static member GetInstanceFunctionSlotAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.FunctionEnvelopeInner>
<Extension()>
Public Function GetInstanceFunctionSlotAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, functionName As String, slot As String, Optional cancellationToken As CancellationToken = Nothing) As Task(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 sito.

functionName
String

Nome funzione.

slot
String

Nome dello slot di distribuzione.

cancellationToken
CancellationToken

Token di annullamento.

Restituisce

Commenti

Descrizione per Ottenere informazioni sulla funzione in base al relativo ID per il sito Web o uno slot di distribuzione.

Si applica a