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

CommunicationsOperationsExtensions.List 方法

定义

列出支持票证) 不包含的所有通信 (附件。 <br/></br> 还可以使用 $filter 参数按 CreatedDateCommunicationType 筛选支持票证通信。 目前支持的唯一通信类型是 Web。 输出将是具有 nextLink 的分页结果,可以使用该结果检索下一组通信结果。 <br/><br/>支持票证数据在票证创建后的 12 个月内可用。 如果票证是在 12 个月前创建的,则数据请求可能会导致错误。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Support.Models.CommunicationDetails> List (this Microsoft.Azure.Management.Support.ICommunicationsOperations operations, string supportTicketName, int? top = default, string filter = default);
static member List : Microsoft.Azure.Management.Support.ICommunicationsOperations * string * Nullable<int> * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Support.Models.CommunicationDetails>
<Extension()>
Public Function List (operations As ICommunicationsOperations, supportTicketName As String, Optional top As Nullable(Of Integer) = Nothing, Optional filter As String = Nothing) As IPage(Of CommunicationDetails)

参数

operations
ICommunicationsOperations

此扩展方法的操作组。

supportTicketName
String

支持票证名称。

top
Nullable<Int32>

集合中要返回的值数。 默认值为 10,最大值为 10。

filter
String

要应用于操作的筛选器。 可以按 communicationType 和 createdDate 属性进行筛选。 CommunicationType 支持 equals ('eq') 运算符,createdDate 支持大于 ('gt') 和大于或等于s ('ge') 运算符。 可以通过 Logical and ('and') 运算符组合 CommunicationType 和 CreatedDate 筛选器。

返回

适用于