Поделиться через


WebAppsOperationsExtensions.ListInstanceFunctionsSlotAsync Метод

Определение

Перечисление функций для веб-сайта или слота развертывания.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.FunctionEnvelopeInner>> ListInstanceFunctionsSlotAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, string slot, System.Threading.CancellationToken cancellationToken = default);
static member ListInstanceFunctionsSlotAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.FunctionEnvelopeInner>>
<Extension()>
Public Function ListInstanceFunctionsSlotAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, slot As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of FunctionEnvelopeInner))

Параметры

operations
IWebAppsOperations

Группа операций для этого метода расширения.

resourceGroupName
String

Имя группы ресурсов, к которой принадлежит ресурс.

name
String

Имя сайта.

slot
String

Имя слота развертывания.

cancellationToken
CancellationToken

Токен отмены.

Возвращаемое значение

Комментарии

Описание для параметра Перечисление функций для веб-сайта или слота развертывания.

Применяется к