次の方法で共有


ApiManagementServiceResource.CreateOrUpdateContentType メソッド

定義

開発者ポータルのコンテンツ タイプを作成または更新します。 コンテンツ タイプは、コンテンツ アイテムのプロパティ、検証ルール、制約を記述します。 カスタム コンテンツ タイプの識別子はプレフィックスで c- 始まる必要があります。 組み込みのコンテンツ タイプは変更できません。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/contentTypes/{contentTypeId}
  • 操作IdContentType_CreateOrUpdate
public virtual Azure.Response<Azure.ResourceManager.ApiManagement.Models.ApiManagementContentType> CreateOrUpdateContentType (string contentTypeId, Azure.ETag? ifMatch = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateContentType : string * Nullable<Azure.ETag> * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApiManagement.Models.ApiManagementContentType>
override this.CreateOrUpdateContentType : string * Nullable<Azure.ETag> * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApiManagement.Models.ApiManagementContentType>
Public Overridable Function CreateOrUpdateContentType (contentTypeId As String, Optional ifMatch As Nullable(Of ETag) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ApiManagementContentType)

パラメーター

contentTypeId
String

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

ifMatch
Nullable<ETag>

エンティティの ETag。 エンティティを作成する場合は必須ではありませんが、エンティティを更新する場合は必須です。

cancellationToken
CancellationToken

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

戻り値

例外

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

contentTypeId が null です。

適用対象