Share via


IdentityProviderOperationsExtensions.ListByService Method

Definition

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

Parameters

operations
IIdentityProviderOperations

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