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

ExcludedPath 构造函数

定义

重载

ExcludedPath()

初始化 ExcludedPath 类的新实例。

ExcludedPath(String)

初始化 ExcludedPath 类的新实例。

ExcludedPath()

初始化 ExcludedPath 类的新实例。

public ExcludedPath ();
Public Sub New ()

适用于

ExcludedPath(String)

初始化 ExcludedPath 类的新实例。

public ExcludedPath (string path = default);
new Microsoft.Azure.Management.CosmosDB.Fluent.Models.ExcludedPath : string -> Microsoft.Azure.Management.CosmosDB.Fluent.Models.ExcludedPath
Public Sub New (Optional path As String = Nothing)

参数

path
String

索引行为应用于的路径。 索引路径通常以 root 开头,以通配符 (/path/*)

适用于