次の方法で共有


ContentItemOperationsExtensions.CreateOrUpdateAsync メソッド

定義

指定されたコンテンツ タイプで指定された新しい開発者ポータルのコンテンツ アイテムを作成します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.ContentItemContract> CreateOrUpdateAsync (this Microsoft.Azure.Management.ApiManagement.IContentItemOperations operations, string resourceGroupName, string serviceName, string contentTypeId, string contentItemId, string ifMatch = default, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.ApiManagement.IContentItemOperations * string * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.ContentItemContract>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IContentItemOperations, resourceGroupName As String, serviceName As String, contentTypeId As String, contentItemId As String, Optional ifMatch As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ContentItemContract)

パラメーター

operations
IContentItemOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。

serviceName
String

API Management サービスの名前。

contentTypeId
String

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

contentItemId
String

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

ifMatch
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象