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

IDomainTopicsOperations.ListByDomainWithHttpMessagesAsync 方法

定义

列出域主题。

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EventGrid.Models.DomainTopic>>> ListByDomainWithHttpMessagesAsync (string resourceGroupName, string domainName, string filter = default, int? top = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ListByDomainWithHttpMessagesAsync : string * string * string * Nullable<int> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EventGrid.Models.DomainTopic>>>
Public Function ListByDomainWithHttpMessagesAsync (resourceGroupName As String, domainName As String, Optional filter As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of DomainTopic)))

参数

resourceGroupName
String

用户订阅中资源组的名称。

domainName
String

域名。

filter
String

用于使用 OData 语法筛选搜索结果的查询。 仅允许对“name”属性进行筛选,并且 OData 操作数有限。 这些操作包括:“contains”函数以及以下逻辑运算:not、、、或 eq (等于) ,ne (表示不等于) 。 不支持算术运算。 下面是一个有效的筛选器示例:$filter=contains (namE,'PATTERN') ,名称 ne 'PATTERN-1'。 下面是无效的筛选器示例:$filter=location eq 'westus'。

top
Nullable<Int32>

列表操作每页返回的结果数。 top 参数的有效范围为 1 到 100。 如果未指定,则返回的默认结果数为每页 20 个项。

customHeaders
Dictionary<String,List<String>>

将添加到请求的标头。

cancellationToken
CancellationToken

取消标记。

返回

例外

当操作返回无效状态代码时引发

无法反序列化响应时引发

当所需参数为 null 时引发

注解

列出域中的所有主题。

适用于