次の方法で共有


IServicePrincipalsOperations インターフェイス

定義

ServicePrincipalsOperations 操作。

public interface IServicePrincipalsOperations
type IServicePrincipalsOperations = interface
Public Interface IServicePrincipalsOperations

メソッド

CreateWithHttpMessagesAsync(ServicePrincipalCreateParameters, Dictionary<String,List<String>>, CancellationToken)

ディレクトリにサービス プリンシパルを作成します。

DeleteWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

ディレクトリからサービス プリンシパルを削除します。

GetWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

ディレクトリからサービス プリンシパル情報を取得します。 objectId でクエリを実行するか、フィルターを渡して appId でクエリを実行する

ListKeyCredentialsWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

指定したサービス プリンシパルに関連付けられている keyCredentials を取得します。

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

現在のテナントからサービス プリンシパルの一覧を取得します。

ListOwnersNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

このサービス プリンシパルの所有者であるディレクトリ オブジェクト。

ListOwnersWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

このサービス プリンシパルの所有者であるディレクトリ オブジェクト。

ListPasswordCredentialsWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

サービス プリンシパルに関連付けられている passwordCredentials を取得します。

ListWithHttpMessagesAsync(ODataQuery<ServicePrincipalInner>, Dictionary<String,List<String>>, CancellationToken)

現在のテナントからサービス プリンシパルの一覧を取得します。

UpdateKeyCredentialsWithHttpMessagesAsync(String, IList<KeyCredential>, Dictionary<String,List<String>>, CancellationToken)

サービス プリンシパルに関連付けられている keyCredentials を更新します。

UpdatePasswordCredentialsWithHttpMessagesAsync(String, IList<PasswordCredential>, Dictionary<String,List<String>>, CancellationToken)

サービス プリンシパルに関連付けられている passwordCredentials を更新します。

UpdateWithHttpMessagesAsync(String, ServicePrincipalUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

ディレクトリにサービス プリンシパルを更新します。

拡張メソッド

CreateAsync(IServicePrincipalsOperations, ServicePrincipalCreateParameters, CancellationToken)

ディレクトリにサービス プリンシパルを作成します。

DeleteAsync(IServicePrincipalsOperations, String, CancellationToken)

ディレクトリからサービス プリンシパルを削除します。

GetAsync(IServicePrincipalsOperations, String, CancellationToken)

ディレクトリからサービス プリンシパル情報を取得します。 objectId でクエリを実行するか、フィルターを渡して appId でクエリを実行する

ListAsync(IServicePrincipalsOperations, ODataQuery<ServicePrincipalInner>, CancellationToken)

現在のテナントからサービス プリンシパルの一覧を取得します。

ListKeyCredentialsAsync(IServicePrincipalsOperations, String, CancellationToken)

指定したサービス プリンシパルに関連付けられている keyCredentials を取得します。

ListNextAsync(IServicePrincipalsOperations, String, CancellationToken)

現在のテナントからサービス プリンシパルの一覧を取得します。

ListOwnersAsync(IServicePrincipalsOperations, String, CancellationToken)

このサービス プリンシパルの所有者であるディレクトリ オブジェクト。

ListOwnersNextAsync(IServicePrincipalsOperations, String, CancellationToken)

このサービス プリンシパルの所有者であるディレクトリ オブジェクト。

ListPasswordCredentialsAsync(IServicePrincipalsOperations, String, CancellationToken)

サービス プリンシパルに関連付けられている passwordCredentials を取得します。

UpdateAsync(IServicePrincipalsOperations, String, ServicePrincipalUpdateParameters, CancellationToken)

ディレクトリにサービス プリンシパルを更新します。

UpdateKeyCredentialsAsync(IServicePrincipalsOperations, String, IList<KeyCredential>, CancellationToken)

サービス プリンシパルに関連付けられている keyCredentials を更新します。

UpdatePasswordCredentialsAsync(IServicePrincipalsOperations, String, IList<PasswordCredential>, CancellationToken)

サービス プリンシパルに関連付けられている passwordCredentials を更新します。

適用対象