Monitors interface
모니터를 나타내는 인터페이스입니다.
메서드
begin |
모니터 리소스를 만듭니다. |
begin |
모니터 리소스를 만듭니다. |
begin |
모니터 리소스를 삭제합니다. |
begin |
모니터 리소스를 삭제합니다. |
get(string, string, Monitors |
특정 모니터 리소스의 속성을 가져옵니다. |
list(Monitors |
지정된 구독 아래의 모든 모니터를 나열합니다. |
list |
지정된 리소스 그룹 아래에 모든 모니터를 나열합니다. |
update(string, string, Monitors |
모니터 리소스를 업데이트합니다. |
메서드 세부 정보
beginCreate(string, string, MonitorsCreateOptionalParams)
모니터 리소스를 만듭니다.
function beginCreate(resourceGroupName: string, monitorName: string, options?: MonitorsCreateOptionalParams): Promise<SimplePollerLike<OperationState<ElasticMonitorResource>, ElasticMonitorResource>>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.
- monitorName
-
string
리소스 이름 모니터링
- options
- MonitorsCreateOptionalParams
옵션 매개 변수입니다.
반환
Promise<@azure/core-lro.SimplePollerLike<OperationState<ElasticMonitorResource>, ElasticMonitorResource>>
beginCreateAndWait(string, string, MonitorsCreateOptionalParams)
모니터 리소스를 만듭니다.
function beginCreateAndWait(resourceGroupName: string, monitorName: string, options?: MonitorsCreateOptionalParams): Promise<ElasticMonitorResource>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.
- monitorName
-
string
리소스 이름 모니터링
- options
- MonitorsCreateOptionalParams
옵션 매개 변수입니다.
반환
Promise<ElasticMonitorResource>
beginDelete(string, string, MonitorsDeleteOptionalParams)
모니터 리소스를 삭제합니다.
function beginDelete(resourceGroupName: string, monitorName: string, options?: MonitorsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.
- monitorName
-
string
리소스 이름 모니터링
- options
- MonitorsDeleteOptionalParams
옵션 매개 변수입니다.
반환
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, MonitorsDeleteOptionalParams)
모니터 리소스를 삭제합니다.
function beginDeleteAndWait(resourceGroupName: string, monitorName: string, options?: MonitorsDeleteOptionalParams): Promise<void>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.
- monitorName
-
string
리소스 이름 모니터링
- options
- MonitorsDeleteOptionalParams
옵션 매개 변수입니다.
반환
Promise<void>
get(string, string, MonitorsGetOptionalParams)
특정 모니터 리소스의 속성을 가져옵니다.
function get(resourceGroupName: string, monitorName: string, options?: MonitorsGetOptionalParams): Promise<ElasticMonitorResource>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.
- monitorName
-
string
리소스 이름 모니터링
- options
- MonitorsGetOptionalParams
옵션 매개 변수입니다.
반환
Promise<ElasticMonitorResource>
list(MonitorsListOptionalParams)
지정된 구독 아래의 모든 모니터를 나열합니다.
function list(options?: MonitorsListOptionalParams): PagedAsyncIterableIterator<ElasticMonitorResource, ElasticMonitorResource[], PageSettings>
매개 변수
- options
- MonitorsListOptionalParams
옵션 매개 변수입니다.
반환
listByResourceGroup(string, MonitorsListByResourceGroupOptionalParams)
지정된 리소스 그룹 아래에 모든 모니터를 나열합니다.
function listByResourceGroup(resourceGroupName: string, options?: MonitorsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<ElasticMonitorResource, ElasticMonitorResource[], PageSettings>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.
옵션 매개 변수입니다.
반환
update(string, string, MonitorsUpdateOptionalParams)
모니터 리소스를 업데이트합니다.
function update(resourceGroupName: string, monitorName: string, options?: MonitorsUpdateOptionalParams): Promise<ElasticMonitorResource>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.
- monitorName
-
string
리소스 이름 모니터링
- options
- MonitorsUpdateOptionalParams
옵션 매개 변수입니다.
반환
Promise<ElasticMonitorResource>