Freigeben über


ContentItemOperationsExtensions.ListByService Methode

Definition

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.ContentItemContract> ListByService (this Microsoft.Azure.Management.ApiManagement.IContentItemOperations operations, string resourceGroupName, string serviceName, string contentTypeId);
static member ListByService : Microsoft.Azure.Management.ApiManagement.IContentItemOperations * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.ContentItemContract>
<Extension()>
Public Function ListByService (operations As IContentItemOperations, resourceGroupName As String, serviceName As String, contentTypeId As String) As 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.

Gibt zurück

Gilt für: