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

CommunicationsOperationsExtensions.GetAsync 方法

定义

返回支持票证的通信详细信息。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Support.Models.CommunicationDetails> GetAsync (this Microsoft.Azure.Management.Support.ICommunicationsOperations operations, string supportTicketName, string communicationName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Support.ICommunicationsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Support.Models.CommunicationDetails>
<Extension()>
Public Function GetAsync (operations As ICommunicationsOperations, supportTicketName As String, communicationName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of CommunicationDetails)

参数

operations
ICommunicationsOperations

此扩展方法的操作组。

supportTicketName
String

支持票证名称。

communicationName
String

通信名称。

cancellationToken
CancellationToken

取消标记。

返回

适用于