WebAppsOperationsExtensions.ListInstanceFunctionsSlot Method

Definition

List the functions for a web site, or a deployment slot.

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

Parameters

operations
IWebAppsOperations

The operations group for this extension method.

resourceGroupName
String

Name of the resource group to which the resource belongs.

name
String

Site name.

slot
String

Name of the deployment slot.

Returns

Remarks

Description for List the functions for a web site, or a deployment slot.

Applies to