다음을 통해 공유


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

옵션 매개 변수입니다.

반환