Freigeben über


WebAppsOperationsExtensions.GetInstanceFunctionSlot Methode

Definition

Abrufen von Funktionsinformationen anhand der ID für die Website oder eines Bereitstellungsslots.

public static Microsoft.Azure.Management.WebSites.Models.FunctionEnvelope GetInstanceFunctionSlot (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, string functionName, string slot);
static member GetInstanceFunctionSlot : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * string * string -> Microsoft.Azure.Management.WebSites.Models.FunctionEnvelope
<Extension()>
Public Function GetInstanceFunctionSlot (operations As IWebAppsOperations, resourceGroupName As String, name As String, functionName As String, slot As String) As FunctionEnvelope

Parameter

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.

Gibt zurück

Hinweise

Beschreibung für Abrufen von Funktionsinformationen nach ihrer ID für die Website oder einem Bereitstellungsslot.

Gilt für: