Freigeben über


ContentItemOperationsExtensions.ListByServiceAsync Methode

Definition

Listet die Inhaltselemente des Entwicklerportals auf, die durch den bereitgestellten Inhaltstyp angegeben sind.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.ContentItemContract>> ListByServiceAsync (this Microsoft.Azure.Management.ApiManagement.IContentItemOperations operations, string resourceGroupName, string serviceName, string contentTypeId, System.Threading.CancellationToken cancellationToken = default);
static member ListByServiceAsync : Microsoft.Azure.Management.ApiManagement.IContentItemOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.ContentItemContract>>
<Extension()>
Public Function ListByServiceAsync (operations As IContentItemOperations, resourceGroupName As String, serviceName As String, contentTypeId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of 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.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: