次の方法で共有


ApiManagementServiceResource.GetContentType(String, CancellationToken) メソッド

定義

開発者ポータルのコンテンツ タイプの詳細を取得します。 コンテンツ タイプは、コンテンツ アイテムのプロパティ、検証ルール、および制約を記述します。

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

パラメーター

contentTypeId
String

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

cancellationToken
CancellationToken

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

戻り値

例外

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

contentTypeId が null です。

適用対象