次の方法で共有


IIdentityProviderOperations インターフェイス

定義

IdentityProviderOperations 操作。

public interface IIdentityProviderOperations
type IIdentityProviderOperations = interface
Public Interface IIdentityProviderOperations

メソッド

CreateOrUpdateWithHttpMessagesAsync(String, String, String, IdentityProviderCreateContract, String, Dictionary<String,List<String>>, CancellationToken)

IdentityProvider 構成を作成または更新します。

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

指定された ID プロバイダーの構成を削除します。

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

識別子で指定された identityProvider のエンティティ状態 (Etag) バージョンを取得します。

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

指定したサービス インスタンスで構成された ID プロバイダーの構成の詳細を取得します。

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

指定されたサービス インスタンスで構成されている ID プロバイダーのコレクションを一覧表示します。 https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-aad#how-to-authorize-developer-accounts-using-azure-active-directory

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

指定されたサービス インスタンスで構成されている ID プロバイダーのコレクションを一覧表示します。 https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-aad#how-to-authorize-developer-accounts-using-azure-active-directory

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

ID プロバイダーのクライアント シークレットの詳細を取得します。

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

既存の IdentityProvider 構成を更新します。

拡張メソッド

CreateOrUpdate(IIdentityProviderOperations, String, String, String, IdentityProviderCreateContract, String)

IdentityProvider 構成を作成または更新します。

CreateOrUpdateAsync(IIdentityProviderOperations, String, String, String, IdentityProviderCreateContract, String, CancellationToken)

IdentityProvider 構成を作成または更新します。

Delete(IIdentityProviderOperations, String, String, String, String)

指定された ID プロバイダーの構成を削除します。

DeleteAsync(IIdentityProviderOperations, String, String, String, String, CancellationToken)

指定された ID プロバイダーの構成を削除します。

Get(IIdentityProviderOperations, String, String, String)

指定したサービス インスタンスで構成された ID プロバイダーの構成の詳細を取得します。

GetAsync(IIdentityProviderOperations, String, String, String, CancellationToken)

指定したサービス インスタンスで構成された ID プロバイダーの構成の詳細を取得します。

GetEntityTag(IIdentityProviderOperations, String, String, String)

識別子で指定された identityProvider のエンティティ状態 (Etag) バージョンを取得します。

GetEntityTagAsync(IIdentityProviderOperations, String, String, String, CancellationToken)

識別子で指定された identityProvider のエンティティ状態 (Etag) バージョンを取得します。

ListByService(IIdentityProviderOperations, String, String)

指定されたサービス インスタンスで構成されている ID プロバイダーのコレクションを一覧表示します。 https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-aad#how-to-authorize-developer-accounts-using-azure-active-directory

ListByServiceAsync(IIdentityProviderOperations, String, String, CancellationToken)

指定されたサービス インスタンスで構成されている ID プロバイダーのコレクションを一覧表示します。 https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-aad#how-to-authorize-developer-accounts-using-azure-active-directory

ListByServiceNext(IIdentityProviderOperations, String)

指定されたサービス インスタンスで構成されている ID プロバイダーのコレクションを一覧表示します。 https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-aad#how-to-authorize-developer-accounts-using-azure-active-directory

ListByServiceNextAsync(IIdentityProviderOperations, String, CancellationToken)

指定されたサービス インスタンスで構成されている ID プロバイダーのコレクションを一覧表示します。 https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-aad#how-to-authorize-developer-accounts-using-azure-active-directory

ListSecrets(IIdentityProviderOperations, String, String, String)

ID プロバイダーのクライアント シークレットの詳細を取得します。

ListSecretsAsync(IIdentityProviderOperations, String, String, String, CancellationToken)

ID プロバイダーのクライアント シークレットの詳細を取得します。

Update(IIdentityProviderOperations, String, String, String, IdentityProviderUpdateParameters, String)

既存の IdentityProvider 構成を更新します。

UpdateAsync(IIdentityProviderOperations, String, String, String, IdentityProviderUpdateParameters, String, CancellationToken)

既存の IdentityProvider 構成を更新します。

適用対象