WebAppsOperationsExtensions.GetInstanceFunctionSlotAsync Methode
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.
Rufen Sie Funktionsinformationen nach der ID für die Website oder einem Bereitstellungsslot ab.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.FunctionEnvelope> GetInstanceFunctionSlotAsync (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, string functionName, string slot, System.Threading.CancellationToken cancellationToken = default);
static member GetInstanceFunctionSlotAsync : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.FunctionEnvelope>
<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 FunctionEnvelope)
- 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.
Beschreibung für Abrufen von Funktionsinformationen nach ihrer ID für website oder einem Bereitstellungsslot.
Produkt | Versionen |
---|---|
Azure SDK for .NET | Legacy |
Feedback zu Azure SDK for .NET
Azure SDK for .NET ist ein Open Source-Projekt. Wählen Sie einen Link aus, um Feedback zu geben: