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

RequestMatchPattern 构造函数

定义

重载

RequestMatchPattern()

初始化 RequestMatchPattern 类的新实例。

RequestMatchPattern(String, String)

初始化 RequestMatchPattern 类的新实例。

RequestMatchPattern()

初始化 RequestMatchPattern 类的新实例。

public RequestMatchPattern ();
Public Sub New ()

适用于

RequestMatchPattern(String, String)

初始化 RequestMatchPattern 类的新实例。

public RequestMatchPattern (string path = default, string method = default);
new Microsoft.Azure.Management.CognitiveServices.Models.RequestMatchPattern : string * string -> Microsoft.Azure.Management.CognitiveServices.Models.RequestMatchPattern
Public Sub New (Optional path As String = Nothing, Optional method As String = Nothing)

参数

path
String
method
String

适用于