你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FunctionRouterRule 类

定义

为 HTTP 触发的 Azure 函数提供绑定的规则。

public class FunctionRouterRule : Azure.Communication.JobRouter.RouterRule
type FunctionRouterRule = class
    inherit RouterRule
Public Class FunctionRouterRule
Inherits RouterRule
继承
FunctionRouterRule

构造函数

FunctionRouterRule(Uri)

初始化 AzureFunctionRule 的新实例。

属性

Credential

用于访问 Azure 函数规则的凭据。

FunctionUri

自定义 Azure 函数的 URL。

Kind

描述 Rule 子类型的类型鉴别器。

(继承自 RouterRule)

适用于