Share via


MicrosoftGraphClientExtensions.FilterServicePrincipals Method

Definition

Overloads

FilterServicePrincipals(IMicrosoftGraphClient, MicrosoftObjectFilterOptions)
FilterServicePrincipals(IMicrosoftGraphClient, ODataQuery<MicrosoftGraphServicePrincipal>)

FilterServicePrincipals(IMicrosoftGraphClient, MicrosoftObjectFilterOptions)

public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Applications.Models.MicrosoftGraphServicePrincipal> FilterServicePrincipals (this Microsoft.Azure.Commands.Common.MSGraph.Version1_0.IMicrosoftGraphClient client, Microsoft.Azure.Commands.Common.MSGraph.Version1_0.MicrosoftObjectFilterOptions options);
static member FilterServicePrincipals : Microsoft.Azure.Commands.Common.MSGraph.Version1_0.IMicrosoftGraphClient * Microsoft.Azure.Commands.Common.MSGraph.Version1_0.MicrosoftObjectFilterOptions -> seq<Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Applications.Models.MicrosoftGraphServicePrincipal>
<Extension()>
Public Function FilterServicePrincipals (client As IMicrosoftGraphClient, options As MicrosoftObjectFilterOptions) As IEnumerable(Of MicrosoftGraphServicePrincipal)

Parameters

Returns

Applies to

FilterServicePrincipals(IMicrosoftGraphClient, ODataQuery<MicrosoftGraphServicePrincipal>)

public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Applications.Models.MicrosoftGraphServicePrincipal> FilterServicePrincipals (this Microsoft.Azure.Commands.Common.MSGraph.Version1_0.IMicrosoftGraphClient client, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Applications.Models.MicrosoftGraphServicePrincipal> odataQuery);
static member FilterServicePrincipals : Microsoft.Azure.Commands.Common.MSGraph.Version1_0.IMicrosoftGraphClient * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Applications.Models.MicrosoftGraphServicePrincipal> -> seq<Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Applications.Models.MicrosoftGraphServicePrincipal>
<Extension()>
Public Function FilterServicePrincipals (client As IMicrosoftGraphClient, odataQuery As ODataQuery(Of MicrosoftGraphServicePrincipal)) As IEnumerable(Of MicrosoftGraphServicePrincipal)

Parameters

Returns

Applies to