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

ServiceQueryDescription.ServiceNameFilter 属性

定义

获取或设置要查询的服务的 URI 名称。

public Uri ServiceNameFilter { get; set; }
member this.ServiceNameFilter : Uri with get, set
Public Property ServiceNameFilter As Uri

属性值

Uri

要查询的服务的 URI 名称。

注解

不能同时指定 ServiceNameFilter 和 ServiceTypeNameFilter。

如果 ServiceNameFilter 和 ServiceTypeNameFilter 均未指定,则返回指定应用程序的所有服务。

适用于