次の方法で共有


ISubscriptionServicePrincipalOperations.GetAsync メソッド

定義

サービス プリンシパルの取得操作は、指定した servicePrincipalId を使用してサービス プリンシパルを取得します (サブスクリプションに存在する場合)。

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Models.SubscriptionServicePrincipalGetResponse> GetAsync(string servicePrincipalId, System.Threading.CancellationToken cancellationToken);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Models.SubscriptionServicePrincipalGetResponse>
Public Function GetAsync (servicePrincipalId As String, cancellationToken As CancellationToken) As Task(Of SubscriptionServicePrincipalGetResponse)

パラメーター

servicePrincipalId
String

サービス プリンシパルの ID。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

サービス プリンシパルの取得操作応答。

適用対象