Compartilhar via


ServicePrincipalsOperationsExtensions.GetAsync Método

Definição

Obtém informações da entidade de serviço do diretório. Consultar por objectId ou passar um filtro para consulta por appId

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.ServicePrincipalInner> GetAsync (this Microsoft.Azure.Management.Graph.RBAC.Fluent.IServicePrincipalsOperations operations, string objectId, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Graph.RBAC.Fluent.IServicePrincipalsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.ServicePrincipalInner>
<Extension()>
Public Function GetAsync (operations As IServicePrincipalsOperations, objectId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ServicePrincipalInner)

Parâmetros

operations
IServicePrincipalsOperations

O grupo de operações para esse método de extensão.

objectId
String

A ID do objeto da entidade de serviço a ser obtido.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a