次の方法で共有


SecuritySolutionsReferenceDataOperations interface

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

メソッド

list(SecuritySolutionsReferenceDataListOptionalParams)

サブスクリプションでサポートされているすべてのセキュリティ ソリューションの一覧を取得します。

listByHomeRegion(string, SecuritySolutionsReferenceDataListByHomeRegionOptionalParams)

サブスクリプションと場所でサポートされているすべてのセキュリティ ソリューションの一覧を取得します。

メソッドの詳細

list(SecuritySolutionsReferenceDataListOptionalParams)

サブスクリプションでサポートされているすべてのセキュリティ ソリューションの一覧を取得します。

function list(options?: SecuritySolutionsReferenceDataListOptionalParams): Promise<SecuritySolutionsReferenceDataList>

パラメーター

options
SecuritySolutionsReferenceDataListOptionalParams

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

戻り値

listByHomeRegion(string, SecuritySolutionsReferenceDataListByHomeRegionOptionalParams)

サブスクリプションと場所でサポートされているすべてのセキュリティ ソリューションの一覧を取得します。

function listByHomeRegion(ascLocation: string, options?: SecuritySolutionsReferenceDataListByHomeRegionOptionalParams): Promise<SecuritySolutionsReferenceDataList>

パラメーター

ascLocation

string

ASC がサブスクリプションのデータを格納する場所。 場所を取得から取得できます

options
SecuritySolutionsReferenceDataListByHomeRegionOptionalParams

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

戻り値