次の方法で共有


ServicePrincipalsOperationsExtensions.GetAsync メソッド

定義

ディレクトリからサービス プリンシパル情報を取得します。 objectId でクエリを実行するか、フィルターを渡して 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)

パラメーター

operations
IServicePrincipalsOperations

この拡張メソッドの操作グループ。

objectId
String

取得するサービス プリンシパルのオブジェクト ID。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象