다음을 통해 공유


DiscoveredSecuritySolutions interface

DiscoveredSecuritySolutions를 나타내는 인터페이스입니다.

메서드

get(string, string, string, DiscoveredSecuritySolutionsGetOptionalParams)

검색된 특정 보안 솔루션을 가져옵니다.

list(DiscoveredSecuritySolutionsListOptionalParams)

구독에 대해 검색된 보안 솔루션 목록을 가져옵니다.

listByHomeRegion(string, DiscoveredSecuritySolutionsListByHomeRegionOptionalParams)

구독 및 위치에 대해 검색된 보안 솔루션 목록을 가져옵니다.

메서드 세부 정보

get(string, string, string, DiscoveredSecuritySolutionsGetOptionalParams)

검색된 특정 보안 솔루션을 가져옵니다.

function get(resourceGroupName: string, ascLocation: string, discoveredSecuritySolutionName: string, options?: DiscoveredSecuritySolutionsGetOptionalParams): Promise<DiscoveredSecuritySolution>

매개 변수

resourceGroupName

string

사용자의 구독 내에 있는 리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.

ascLocation

string

ASC가 구독의 데이터를 저장하는 위치입니다. 위치 가져오기에서 검색할 수 있습니다.

discoveredSecuritySolutionName

string

검색된 보안 솔루션의 이름입니다.

options
DiscoveredSecuritySolutionsGetOptionalParams

옵션 매개 변수입니다.

반환

list(DiscoveredSecuritySolutionsListOptionalParams)

구독에 대해 검색된 보안 솔루션 목록을 가져옵니다.

function list(options?: DiscoveredSecuritySolutionsListOptionalParams): PagedAsyncIterableIterator<DiscoveredSecuritySolution, DiscoveredSecuritySolution[], PageSettings>

매개 변수

options
DiscoveredSecuritySolutionsListOptionalParams

옵션 매개 변수입니다.

반환

listByHomeRegion(string, DiscoveredSecuritySolutionsListByHomeRegionOptionalParams)

구독 및 위치에 대해 검색된 보안 솔루션 목록을 가져옵니다.

function listByHomeRegion(ascLocation: string, options?: DiscoveredSecuritySolutionsListByHomeRegionOptionalParams): PagedAsyncIterableIterator<DiscoveredSecuritySolution, DiscoveredSecuritySolution[], PageSettings>

매개 변수

ascLocation

string

ASC가 구독의 데이터를 저장하는 위치입니다. 위치 가져오기에서 검색할 수 있습니다.

options
DiscoveredSecuritySolutionsListByHomeRegionOptionalParams

옵션 매개 변수입니다.

반환