次の方法で共有


ApiIssueResource.GetAsync(Nullable<Boolean>, CancellationToken) メソッド

定義

識別子で指定された API の Issue の詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}/issues/{issueId}
  • 操作IdApiIssue_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApiManagement.ApiIssueResource>> GetAsync (bool? expandCommentsAttachments = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApiManagement.ApiIssueResource>>
override this.GetAsync : Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApiManagement.ApiIssueResource>>
Public Overridable Function GetAsync (Optional expandCommentsAttachments As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ApiIssueResource))

パラメーター

expandCommentsAttachments
Nullable<Boolean>

コメントの添付ファイルを展開します。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

適用対象