Condividi tramite


IWebAppsOperations.GetInstanceFunctionSlotWithHttpMessagesAsync Metodo

Definizione

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

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.AppService.Fluent.Models.FunctionEnvelopeInner>> GetInstanceFunctionSlotWithHttpMessagesAsync (string resourceGroupName, string name, string functionName, string slot, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetInstanceFunctionSlotWithHttpMessagesAsync : string * string * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.AppService.Fluent.Models.FunctionEnvelopeInner>>
Public Function GetInstanceFunctionSlotWithHttpMessagesAsync (resourceGroupName As String, name As String, functionName As String, slot As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of FunctionEnvelopeInner))

Parametri

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.

customHeaders
Dictionary<String,List<String>>

Intestazioni che verranno aggiunte alla richiesta.

cancellationToken
CancellationToken

Token di annullamento.

Restituisce

Eccezioni

Generata quando l'operazione ha restituito un codice di stato non valido

Generata quando l'operazione ha restituito un codice di stato non valido

Generata quando non è possibile deserializzare la risposta

Generata quando un parametro obbligatorio è Null

Commenti

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

Si applica a