次の方法で共有


ApiManagementServiceResource.GetContentItemAsync メソッド

定義

識別子で指定された開発者ポータルのコンテンツ アイテムを返します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/contentTypes/{contentTypeId}/contentItems/{contentItemId}
  • 操作IdContentItem_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApiManagement.Models.ApiManagementContentItem>> GetContentItemAsync (string contentTypeId, string contentItemId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetContentItemAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApiManagement.Models.ApiManagementContentItem>>
override this.GetContentItemAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApiManagement.Models.ApiManagementContentItem>>
Public Overridable Function GetContentItemAsync (contentTypeId As String, contentItemId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ApiManagementContentItem))

パラメーター

contentTypeId
String

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

contentItemId
String

コンテンツ アイテム識別子。

cancellationToken
CancellationToken

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

戻り値

例外

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

contentTypeId または contentItemId が null です。

適用対象