次の方法で共有


APICollections interface

APICollections を表すインターフェイス。

メソッド

beginOnboardAzureApiManagementApi(string, string, string, APICollectionsOnboardAzureApiManagementApiOptionalParams)

Azure API Management API を Microsoft Defender for API にオンボードします。 システムは、侵入動作について Azure Management API 内の操作の監視を開始し、検出された攻撃に対するアラートを提供します。

beginOnboardAzureApiManagementApiAndWait(string, string, string, APICollectionsOnboardAzureApiManagementApiOptionalParams)

Azure API Management API を Microsoft Defender for API にオンボードします。 システムは、侵入動作について Azure Management API 内の操作の監視を開始し、検出された攻撃に対するアラートを提供します。

getByAzureApiManagementService(string, string, string, APICollectionsGetByAzureApiManagementServiceOptionalParams)

Microsoft Defender for API にオンボードされている場合は、Azure API Management API を取得します。 Azure API Management API が Microsoft Defender for API にオンボードされている場合、システムは Azure API Management API 内の操作を監視して侵入動作を監視し、検出された攻撃のアラートを提供します。

listByAzureApiManagementService(string, string, APICollectionsListByAzureApiManagementServiceOptionalParams)

Microsoft Defender for API にオンボードされている Azure API Management API の一覧を取得します。 Azure API Management API が Microsoft Defender for API にオンボードされている場合、システムは Azure API Management API 内の操作を監視して侵入動作を監視し、検出された攻撃のアラートを提供します。

listByResourceGroup(string, APICollectionsListByResourceGroupOptionalParams)

Microsoft Defender for API にオンボードされているリソース グループ内の API コレクションの一覧を取得します。

listBySubscription(APICollectionsListBySubscriptionOptionalParams)

Microsoft Defender for API にオンボードされているサブスクリプション内の API コレクションの一覧を取得します。

offboardAzureApiManagementApi(string, string, string, APICollectionsOffboardAzureApiManagementApiOptionalParams)

Microsoft Defender for API から Azure API Management API をオフボードする。 システムは、侵入的な動作について、Azure API Management API 内の操作の監視を停止します。

メソッドの詳細

beginOnboardAzureApiManagementApi(string, string, string, APICollectionsOnboardAzureApiManagementApiOptionalParams)

Azure API Management API を Microsoft Defender for API にオンボードします。 システムは、侵入動作について Azure Management API 内の操作の監視を開始し、検出された攻撃に対するアラートを提供します。

function beginOnboardAzureApiManagementApi(resourceGroupName: string, serviceName: string, apiId: string, options?: APICollectionsOnboardAzureApiManagementApiOptionalParams): Promise<SimplePollerLike<OperationState<ApiCollection>, ApiCollection>>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前は大文字と小文字が区別されます。

serviceName

string

API Management サービスの名前。

apiId

string

API リビジョン識別子。 API Management サービス インスタンスで一意である必要があります。 現在のリビジョン以外のリビジョンには、rev=n はサフィックスであり、n はリビジョン番号です。

options
APICollectionsOnboardAzureApiManagementApiOptionalParams

オプション パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<ApiCollection>, ApiCollection>>

beginOnboardAzureApiManagementApiAndWait(string, string, string, APICollectionsOnboardAzureApiManagementApiOptionalParams)

Azure API Management API を Microsoft Defender for API にオンボードします。 システムは、侵入動作について Azure Management API 内の操作の監視を開始し、検出された攻撃に対するアラートを提供します。

function beginOnboardAzureApiManagementApiAndWait(resourceGroupName: string, serviceName: string, apiId: string, options?: APICollectionsOnboardAzureApiManagementApiOptionalParams): Promise<ApiCollection>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前は大文字と小文字が区別されます。

serviceName

string

API Management サービスの名前。

apiId

string

API リビジョン識別子。 API Management サービス インスタンスで一意である必要があります。 現在のリビジョン以外のリビジョンには、rev=n はサフィックスであり、n はリビジョン番号です。

options
APICollectionsOnboardAzureApiManagementApiOptionalParams

オプション パラメーター。

戻り値

Promise<ApiCollection>

getByAzureApiManagementService(string, string, string, APICollectionsGetByAzureApiManagementServiceOptionalParams)

Microsoft Defender for API にオンボードされている場合は、Azure API Management API を取得します。 Azure API Management API が Microsoft Defender for API にオンボードされている場合、システムは Azure API Management API 内の操作を監視して侵入動作を監視し、検出された攻撃のアラートを提供します。

function getByAzureApiManagementService(resourceGroupName: string, serviceName: string, apiId: string, options?: APICollectionsGetByAzureApiManagementServiceOptionalParams): Promise<ApiCollection>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前は大文字と小文字が区別されます。

serviceName

string

API Management サービスの名前。

apiId

string

API リビジョン識別子。 API Management サービス インスタンスで一意である必要があります。 現在のリビジョン以外のリビジョンには、rev=n はサフィックスであり、n はリビジョン番号です。

options
APICollectionsGetByAzureApiManagementServiceOptionalParams

オプション パラメーター。

戻り値

Promise<ApiCollection>

listByAzureApiManagementService(string, string, APICollectionsListByAzureApiManagementServiceOptionalParams)

Microsoft Defender for API にオンボードされている Azure API Management API の一覧を取得します。 Azure API Management API が Microsoft Defender for API にオンボードされている場合、システムは Azure API Management API 内の操作を監視して侵入動作を監視し、検出された攻撃のアラートを提供します。

function listByAzureApiManagementService(resourceGroupName: string, serviceName: string, options?: APICollectionsListByAzureApiManagementServiceOptionalParams): PagedAsyncIterableIterator<ApiCollection, ApiCollection[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前は大文字と小文字が区別されます。

serviceName

string

API Management サービスの名前。

options
APICollectionsListByAzureApiManagementServiceOptionalParams

オプション パラメーター。

戻り値

listByResourceGroup(string, APICollectionsListByResourceGroupOptionalParams)

Microsoft Defender for API にオンボードされているリソース グループ内の API コレクションの一覧を取得します。

function listByResourceGroup(resourceGroupName: string, options?: APICollectionsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<ApiCollection, ApiCollection[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前は大文字と小文字が区別されます。

options
APICollectionsListByResourceGroupOptionalParams

オプション パラメーター。

戻り値

listBySubscription(APICollectionsListBySubscriptionOptionalParams)

Microsoft Defender for API にオンボードされているサブスクリプション内の API コレクションの一覧を取得します。

function listBySubscription(options?: APICollectionsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<ApiCollection, ApiCollection[], PageSettings>

パラメーター

options
APICollectionsListBySubscriptionOptionalParams

オプション パラメーター。

戻り値

offboardAzureApiManagementApi(string, string, string, APICollectionsOffboardAzureApiManagementApiOptionalParams)

Microsoft Defender for API から Azure API Management API をオフボードする。 システムは、侵入的な動作について、Azure API Management API 内の操作の監視を停止します。

function offboardAzureApiManagementApi(resourceGroupName: string, serviceName: string, apiId: string, options?: APICollectionsOffboardAzureApiManagementApiOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前は大文字と小文字が区別されます。

serviceName

string

API Management サービスの名前。

apiId

string

API リビジョン識別子。 API Management サービス インスタンスで一意である必要があります。 現在のリビジョン以外のリビジョンには、rev=n はサフィックスであり、n はリビジョン番号です。

options
APICollectionsOffboardAzureApiManagementApiOptionalParams

オプション パラメーター。

戻り値

Promise<void>