ContentTypeOperationsExtensions.ListByService Method

Definition

Lists the developer portal's content types. Content types describe content items' properties, validation rules, and constraints.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.ContentTypeContract> ListByService (this Microsoft.Azure.Management.ApiManagement.IContentTypeOperations operations, string resourceGroupName, string serviceName);
static member ListByService : Microsoft.Azure.Management.ApiManagement.IContentTypeOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.ContentTypeContract>
<Extension()>
Public Function ListByService (operations As IContentTypeOperations, resourceGroupName As String, serviceName As String) As IPage(Of ContentTypeContract)

Parameters

operations
IContentTypeOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

serviceName
String

The name of the API Management service.

Returns

Applies to