다음을 통해 공유


Monitors interface

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

메서드

beginCreate(string, string, Monitor, MonitorsCreateOptionalParams)

지정된 구독, 리소스 그룹 및 리소스 이름에 대한 SAP 모니터를 만듭니다.

beginCreateAndWait(string, string, Monitor, MonitorsCreateOptionalParams)

지정된 구독, 리소스 그룹 및 리소스 이름에 대한 SAP 모니터를 만듭니다.

beginDelete(string, string, MonitorsDeleteOptionalParams)

지정된 구독, 리소스 그룹 및 SAP 모니터 이름을 사용하여 SAP 모니터를 삭제합니다.

beginDeleteAndWait(string, string, MonitorsDeleteOptionalParams)

지정된 구독, 리소스 그룹 및 SAP 모니터 이름을 사용하여 SAP 모니터를 삭제합니다.

get(string, string, MonitorsGetOptionalParams)

지정된 구독, 리소스 그룹 및 리소스 이름에 대한 SAP 모니터의 속성을 가져옵니다.

list(MonitorsListOptionalParams)

지정된 구독의 SAP 모니터 목록을 가져옵니다. 작업은 각 SAP 모니터의 다양한 속성을 반환합니다.

listByResourceGroup(string, MonitorsListByResourceGroupOptionalParams)

지정된 리소스 그룹의 SAP 모니터 목록을 가져옵니다.

update(string, string, UpdateMonitorRequest, MonitorsUpdateOptionalParams)

지정된 구독, 리소스 그룹 및 SAP 모니터 이름에 대한 SAP 모니터의 태그 필드를 패치합니다.

메서드 세부 정보

beginCreate(string, string, Monitor, MonitorsCreateOptionalParams)

지정된 구독, 리소스 그룹 및 리소스 이름에 대한 SAP 모니터를 만듭니다.

function beginCreate(resourceGroupName: string, monitorName: string, monitorParameter: Monitor, options?: MonitorsCreateOptionalParams): Promise<SimplePollerLike<OperationState<Monitor>, Monitor>>

매개 변수

resourceGroupName

string

리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.

monitorName

string

SAP 모니터 리소스의 이름입니다.

monitorParameter
Monitor

SAP 모니터를 나타내는 요청 본문

options
MonitorsCreateOptionalParams

옵션 매개 변수입니다.

반환

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

beginCreateAndWait(string, string, Monitor, MonitorsCreateOptionalParams)

지정된 구독, 리소스 그룹 및 리소스 이름에 대한 SAP 모니터를 만듭니다.

function beginCreateAndWait(resourceGroupName: string, monitorName: string, monitorParameter: Monitor, options?: MonitorsCreateOptionalParams): Promise<Monitor>

매개 변수

resourceGroupName

string

리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.

monitorName

string

SAP 모니터 리소스의 이름입니다.

monitorParameter
Monitor

SAP 모니터를 나타내는 요청 본문

options
MonitorsCreateOptionalParams

옵션 매개 변수입니다.

반환

Promise<Monitor>

beginDelete(string, string, MonitorsDeleteOptionalParams)

지정된 구독, 리소스 그룹 및 SAP 모니터 이름을 사용하여 SAP 모니터를 삭제합니다.

function beginDelete(resourceGroupName: string, monitorName: string, options?: MonitorsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>

매개 변수

resourceGroupName

string

리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.

monitorName

string

SAP 모니터 리소스의 이름입니다.

options
MonitorsDeleteOptionalParams

옵션 매개 변수입니다.

반환

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

beginDeleteAndWait(string, string, MonitorsDeleteOptionalParams)

지정된 구독, 리소스 그룹 및 SAP 모니터 이름을 사용하여 SAP 모니터를 삭제합니다.

function beginDeleteAndWait(resourceGroupName: string, monitorName: string, options?: MonitorsDeleteOptionalParams): Promise<OperationStatusResult>

매개 변수

resourceGroupName

string

리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.

monitorName

string

SAP 모니터 리소스의 이름입니다.

options
MonitorsDeleteOptionalParams

옵션 매개 변수입니다.

반환

get(string, string, MonitorsGetOptionalParams)

지정된 구독, 리소스 그룹 및 리소스 이름에 대한 SAP 모니터의 속성을 가져옵니다.

function get(resourceGroupName: string, monitorName: string, options?: MonitorsGetOptionalParams): Promise<Monitor>

매개 변수

resourceGroupName

string

리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.

monitorName

string

SAP 모니터 리소스의 이름입니다.

options
MonitorsGetOptionalParams

옵션 매개 변수입니다.

반환

Promise<Monitor>

list(MonitorsListOptionalParams)

지정된 구독의 SAP 모니터 목록을 가져옵니다. 작업은 각 SAP 모니터의 다양한 속성을 반환합니다.

function list(options?: MonitorsListOptionalParams): PagedAsyncIterableIterator<Monitor, Monitor[], PageSettings>

매개 변수

options
MonitorsListOptionalParams

옵션 매개 변수입니다.

반환

listByResourceGroup(string, MonitorsListByResourceGroupOptionalParams)

지정된 리소스 그룹의 SAP 모니터 목록을 가져옵니다.

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

매개 변수

resourceGroupName

string

리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.

options
MonitorsListByResourceGroupOptionalParams

옵션 매개 변수입니다.

반환

update(string, string, UpdateMonitorRequest, MonitorsUpdateOptionalParams)

지정된 구독, 리소스 그룹 및 SAP 모니터 이름에 대한 SAP 모니터의 태그 필드를 패치합니다.

function update(resourceGroupName: string, monitorName: string, body: UpdateMonitorRequest, options?: MonitorsUpdateOptionalParams): Promise<Monitor>

매개 변수

resourceGroupName

string

리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.

monitorName

string

SAP 모니터 리소스의 이름입니다.

body
UpdateMonitorRequest

SAP 워크로드 업데이트 모니터 요청 본문입니다.

options
MonitorsUpdateOptionalParams

옵션 매개 변수입니다.

반환

Promise<Monitor>