다음을 통해 공유


Alerts interface

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

메서드

getResourceGroupLevel(string, string, string, AlertsGetResourceGroupLevelOptionalParams)

리소스 그룹의 리소스 그룹 또는 리소스와 연결된 경고 가져오기

getSubscriptionLevel(string, string, AlertsGetSubscriptionLevelOptionalParams)

구독과 연결된 경고 가져오기

list(AlertsListOptionalParams)

구독과 연결된 모든 경고 나열

listByResourceGroup(string, AlertsListByResourceGroupOptionalParams)

리소스 그룹과 연결된 모든 경고 나열

listResourceGroupLevelByRegion(string, string, AlertsListResourceGroupLevelByRegionOptionalParams)

특정 위치에 저장된 리소스 그룹과 연결된 모든 경고를 나열합니다.

listSubscriptionLevelByRegion(string, AlertsListSubscriptionLevelByRegionOptionalParams)

특정 위치에 저장된 구독과 연결된 모든 경고를 나열합니다.

simulate(string, AlertSimulatorRequestBody, AlertsSimulateOptionalParams)

보안 경고 시뮬레이션

updateResourceGroupLevelStateToActivate(string, string, string, AlertsUpdateResourceGroupLevelStateToActivateOptionalParams)

경고 상태 업데이트

updateResourceGroupLevelStateToDismiss(string, string, string, AlertsUpdateResourceGroupLevelStateToDismissOptionalParams)

경고 상태 업데이트

updateResourceGroupLevelStateToResolve(string, string, string, AlertsUpdateResourceGroupLevelStateToResolveOptionalParams)

경고 상태 업데이트

updateSubscriptionLevelStateToActivate(string, string, AlertsUpdateSubscriptionLevelStateToActivateOptionalParams)

경고 상태 업데이트

updateSubscriptionLevelStateToDismiss(string, string, AlertsUpdateSubscriptionLevelStateToDismissOptionalParams)

경고 상태 업데이트

updateSubscriptionLevelStateToResolve(string, string, AlertsUpdateSubscriptionLevelStateToResolveOptionalParams)

경고 상태 업데이트

메서드 세부 정보

getResourceGroupLevel(string, string, string, AlertsGetResourceGroupLevelOptionalParams)

리소스 그룹의 리소스 그룹 또는 리소스와 연결된 경고 가져오기

function getResourceGroupLevel(ascLocation: string, alertName: string, resourceGroupName: string, options?: AlertsGetResourceGroupLevelOptionalParams): Promise<Alert>

매개 변수

ascLocation

string

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

alertName

string

경고 개체의 이름

resourceGroupName

string

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

options
AlertsGetResourceGroupLevelOptionalParams

옵션 매개 변수입니다.

반환

Promise<Alert>

getSubscriptionLevel(string, string, AlertsGetSubscriptionLevelOptionalParams)

구독과 연결된 경고 가져오기

function getSubscriptionLevel(ascLocation: string, alertName: string, options?: AlertsGetSubscriptionLevelOptionalParams): Promise<Alert>

매개 변수

ascLocation

string

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

alertName

string

경고 개체의 이름

options
AlertsGetSubscriptionLevelOptionalParams

옵션 매개 변수입니다.

반환

Promise<Alert>

list(AlertsListOptionalParams)

구독과 연결된 모든 경고 나열

function list(options?: AlertsListOptionalParams): PagedAsyncIterableIterator<Alert, Alert[], PageSettings>

매개 변수

options
AlertsListOptionalParams

옵션 매개 변수입니다.

반환

listByResourceGroup(string, AlertsListByResourceGroupOptionalParams)

리소스 그룹과 연결된 모든 경고 나열

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

매개 변수

resourceGroupName

string

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

options
AlertsListByResourceGroupOptionalParams

옵션 매개 변수입니다.

반환

listResourceGroupLevelByRegion(string, string, AlertsListResourceGroupLevelByRegionOptionalParams)

특정 위치에 저장된 리소스 그룹과 연결된 모든 경고를 나열합니다.

function listResourceGroupLevelByRegion(ascLocation: string, resourceGroupName: string, options?: AlertsListResourceGroupLevelByRegionOptionalParams): PagedAsyncIterableIterator<Alert, Alert[], PageSettings>

매개 변수

ascLocation

string

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

resourceGroupName

string

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

options
AlertsListResourceGroupLevelByRegionOptionalParams

옵션 매개 변수입니다.

반환

listSubscriptionLevelByRegion(string, AlertsListSubscriptionLevelByRegionOptionalParams)

특정 위치에 저장된 구독과 연결된 모든 경고를 나열합니다.

function listSubscriptionLevelByRegion(ascLocation: string, options?: AlertsListSubscriptionLevelByRegionOptionalParams): PagedAsyncIterableIterator<Alert, Alert[], PageSettings>

매개 변수

ascLocation

string

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

options
AlertsListSubscriptionLevelByRegionOptionalParams

옵션 매개 변수입니다.

반환

simulate(string, AlertSimulatorRequestBody, AlertsSimulateOptionalParams)

보안 경고 시뮬레이션

function simulate(ascLocation: string, alertSimulatorRequestBody: AlertSimulatorRequestBody, options?: AlertsSimulateOptionalParams): Promise<void>

매개 변수

ascLocation

string

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

alertSimulatorRequestBody
AlertSimulatorRequestBody

경고 시뮬레이터 요청 속성

options
AlertsSimulateOptionalParams

옵션 매개 변수입니다.

반환

Promise<void>

updateResourceGroupLevelStateToActivate(string, string, string, AlertsUpdateResourceGroupLevelStateToActivateOptionalParams)

경고 상태 업데이트

function updateResourceGroupLevelStateToActivate(ascLocation: string, alertName: string, resourceGroupName: string, options?: AlertsUpdateResourceGroupLevelStateToActivateOptionalParams): Promise<void>

매개 변수

ascLocation

string

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

alertName

string

경고 개체의 이름

resourceGroupName

string

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

options
AlertsUpdateResourceGroupLevelStateToActivateOptionalParams

옵션 매개 변수입니다.

반환

Promise<void>

updateResourceGroupLevelStateToDismiss(string, string, string, AlertsUpdateResourceGroupLevelStateToDismissOptionalParams)

경고 상태 업데이트

function updateResourceGroupLevelStateToDismiss(ascLocation: string, alertName: string, resourceGroupName: string, options?: AlertsUpdateResourceGroupLevelStateToDismissOptionalParams): Promise<void>

매개 변수

ascLocation

string

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

alertName

string

경고 개체의 이름

resourceGroupName

string

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

options
AlertsUpdateResourceGroupLevelStateToDismissOptionalParams

옵션 매개 변수입니다.

반환

Promise<void>

updateResourceGroupLevelStateToResolve(string, string, string, AlertsUpdateResourceGroupLevelStateToResolveOptionalParams)

경고 상태 업데이트

function updateResourceGroupLevelStateToResolve(ascLocation: string, alertName: string, resourceGroupName: string, options?: AlertsUpdateResourceGroupLevelStateToResolveOptionalParams): Promise<void>

매개 변수

ascLocation

string

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

alertName

string

경고 개체의 이름

resourceGroupName

string

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

options
AlertsUpdateResourceGroupLevelStateToResolveOptionalParams

옵션 매개 변수입니다.

반환

Promise<void>

updateSubscriptionLevelStateToActivate(string, string, AlertsUpdateSubscriptionLevelStateToActivateOptionalParams)

경고 상태 업데이트

function updateSubscriptionLevelStateToActivate(ascLocation: string, alertName: string, options?: AlertsUpdateSubscriptionLevelStateToActivateOptionalParams): Promise<void>

매개 변수

ascLocation

string

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

alertName

string

경고 개체의 이름

options
AlertsUpdateSubscriptionLevelStateToActivateOptionalParams

옵션 매개 변수입니다.

반환

Promise<void>

updateSubscriptionLevelStateToDismiss(string, string, AlertsUpdateSubscriptionLevelStateToDismissOptionalParams)

경고 상태 업데이트

function updateSubscriptionLevelStateToDismiss(ascLocation: string, alertName: string, options?: AlertsUpdateSubscriptionLevelStateToDismissOptionalParams): Promise<void>

매개 변수

ascLocation

string

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

alertName

string

경고 개체의 이름

options
AlertsUpdateSubscriptionLevelStateToDismissOptionalParams

옵션 매개 변수입니다.

반환

Promise<void>

updateSubscriptionLevelStateToResolve(string, string, AlertsUpdateSubscriptionLevelStateToResolveOptionalParams)

경고 상태 업데이트

function updateSubscriptionLevelStateToResolve(ascLocation: string, alertName: string, options?: AlertsUpdateSubscriptionLevelStateToResolveOptionalParams): Promise<void>

매개 변수

ascLocation

string

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

alertName

string

경고 개체의 이름

options
AlertsUpdateSubscriptionLevelStateToResolveOptionalParams

옵션 매개 변수입니다.

반환

Promise<void>