Freigeben über


ContentItemOperationsExtensions.CreateOrUpdate Methode

Definition

Erstellt ein neues Inhaltselement des Entwicklerportals, das durch den bereitgestellten Inhaltstyp angegeben wird.

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

Parameter

operations
IContentItemOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

serviceName
String

Der Name des API Management-Diensts.

contentTypeId
String

Inhaltstypbezeichner.

contentItemId
String

Inhaltselementbezeichner.

ifMatch
String

ETag der Entität. Beim Erstellen einer Entität nicht erforderlich, aber beim Aktualisieren einer Entität erforderlich.

Gibt zurück

Gilt für: