你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ApiIssueCommentOperationsExtensions.GetEntityTagAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取实体状态 (Etag) 由其标识符指定的 API 的问题注释版本。
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.ApiIssueCommentGetEntityTagHeaders> GetEntityTagAsync (this Microsoft.Azure.Management.ApiManagement.IApiIssueCommentOperations operations, string resourceGroupName, string serviceName, string apiId, string issueId, string commentId, System.Threading.CancellationToken cancellationToken = default);
static member GetEntityTagAsync : Microsoft.Azure.Management.ApiManagement.IApiIssueCommentOperations * string * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.ApiIssueCommentGetEntityTagHeaders>
<Extension()>
Public Function GetEntityTagAsync (operations As IApiIssueCommentOperations, resourceGroupName As String, serviceName As String, apiId As String, issueId As String, commentId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ApiIssueCommentGetEntityTagHeaders)
参数
- operations
- IApiIssueCommentOperations
此扩展方法的操作组。
- resourceGroupName
- String
资源组的名称。
- serviceName
- String
API 管理服务的名称。
- apiId
- String
API 标识符。 在当前API 管理服务实例中必须是唯一的。
- issueId
- String
问题标识符。 在当前API 管理服务实例中必须是唯一的。
- commentId
- String
问题中的注释标识符。 在当前问题中必须是唯一的。
- cancellationToken
- CancellationToken
取消标记。