次の方法で共有


IdentityProviderOperationsExtensions クラス

定義

IdentityProviderOperations の拡張メソッド。

public static class IdentityProviderOperationsExtensions
type IdentityProviderOperationsExtensions = class
Public Module IdentityProviderOperationsExtensions
継承
IdentityProviderOperationsExtensions

メソッド

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 構成を更新します。

適用対象