次の方法で共有


ApiManagementServiceResource.GetContentItemsAsync メソッド

定義

指定されたコンテンツ タイプで指定された開発者ポータルのコンテンツ アイテムを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/contentTypes/{contentTypeId}/contentItems
  • 操作IdContentItem_ListByService
public virtual Azure.AsyncPageable<Azure.ResourceManager.ApiManagement.Models.ApiManagementContentItem> GetContentItemsAsync (string contentTypeId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetContentItemsAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ApiManagement.Models.ApiManagementContentItem>
override this.GetContentItemsAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ApiManagement.Models.ApiManagementContentItem>
Public Overridable Function GetContentItemsAsync (contentTypeId As String, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ApiManagementContentItem)

パラメーター

contentTypeId
String

コンテンツ タイプ識別子。

cancellationToken
CancellationToken

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

戻り値

反復処理するために複数の ApiManagementContentItem サービス要求を受け取る可能性がある の非同期コレクション。

例外

contentTypeId は空の文字列であり、空でないと予想されていました。

contentTypeId が null です。

適用対象