Share via


WebAppsOperationsExtensions.GetInstanceFunctionSlot Method

Definition

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

Parameters

operations
IWebAppsOperations
resourceGroupName
String
name
String
functionName
String
slot
String

Returns

Applies to