Sdílet prostřednictvím


ServicePrincipalsOperationsExtensions.GetServicePrincipal Method

Definition

public static Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Applications.Models.MicrosoftGraphServicePrincipal GetServicePrincipal (this Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Applications.IServicePrincipalsOperations operations, string servicePrincipalId, string consistencyLevel = default, System.Collections.Generic.IList<string> select = default, System.Collections.Generic.IList<string> expand = default);
static member GetServicePrincipal : Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Applications.IServicePrincipalsOperations * string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Applications.Models.MicrosoftGraphServicePrincipal
<Extension()>
Public Function GetServicePrincipal (operations As IServicePrincipalsOperations, servicePrincipalId As String, Optional consistencyLevel As String = Nothing, Optional select As IList(Of String) = Nothing, Optional expand As IList(Of String) = Nothing) As MicrosoftGraphServicePrincipal

Parameters

servicePrincipalId
String
consistencyLevel
String
select
IList<String>
expand
IList<String>

Returns

Applies to