SapMonitors class
SapMonitors를 나타내는 클래스입니다.
생성자
Sap |
SapMonitors를 만듭니다. |
메서드
생성자 세부 정보
SapMonitors(HanaManagementClientContext)
SapMonitors를 만듭니다.
new SapMonitors(client: HanaManagementClientContext)
매개 변수
- client
- HanaManagementClientContext
서비스 클라이언트에 대한 참조입니다.
메서드 세부 정보
beginCreate(string, string, SapMonitor, RequestOptionsBase)
지정된 구독, 리소스 그룹 및 리소스 이름에 대한 SAP 모니터를 만듭니다.
function beginCreate(resourceGroupName: string, sapMonitorName: string, sapMonitorParameter: SapMonitor, options?: RequestOptionsBase): Promise<LROPoller>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름입니다.
- sapMonitorName
-
string
SAP 모니터 리소스의 이름입니다.
- sapMonitorParameter
- SapMonitor
SAP 모니터를 나타내는 요청 본문
- options
- RequestOptionsBase
선택적 매개 변수
반환
Promise<@azure/ms-rest-azure-js.LROPoller>
Promise<msRestAzure.LROPoller>
beginDeleteMethod(string, string, RequestOptionsBase)
지정된 구독, 리소스 그룹 및 모니터 이름을 사용하여 SAP 모니터를 삭제합니다.
function beginDeleteMethod(resourceGroupName: string, sapMonitorName: string, options?: RequestOptionsBase): Promise<LROPoller>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름입니다.
- sapMonitorName
-
string
SAP 모니터 리소스의 이름입니다.
- options
- RequestOptionsBase
선택적 매개 변수
반환
Promise<@azure/ms-rest-azure-js.LROPoller>
Promise<msRestAzure.LROPoller>
create(string, string, SapMonitor, RequestOptionsBase)
지정된 구독, 리소스 그룹 및 리소스 이름에 대한 SAP 모니터를 만듭니다.
function create(resourceGroupName: string, sapMonitorName: string, sapMonitorParameter: SapMonitor, options?: RequestOptionsBase): Promise<SapMonitorsCreateResponse>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름입니다.
- sapMonitorName
-
string
SAP 모니터 리소스의 이름입니다.
- sapMonitorParameter
- SapMonitor
SAP 모니터를 나타내는 요청 본문
- options
- RequestOptionsBase
선택적 매개 변수
반환
Promise<SapMonitorsCreateResponse>
Promise<Models.SapMonitorsCreateResponse>
deleteMethod(string, string, RequestOptionsBase)
지정된 구독, 리소스 그룹 및 모니터 이름을 사용하여 SAP 모니터를 삭제합니다.
function deleteMethod(resourceGroupName: string, sapMonitorName: string, options?: RequestOptionsBase): Promise<RestResponse>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름입니다.
- sapMonitorName
-
string
SAP 모니터 리소스의 이름입니다.
- options
- RequestOptionsBase
선택적 매개 변수
반환
Promise<RestResponse>
Promise<msRest.RestResponse>
get(string, string, RequestOptionsBase)
지정된 구독, 리소스 그룹 및 리소스 이름에 대한 SAP 모니터의 속성을 가져옵니다.
function get(resourceGroupName: string, sapMonitorName: string, options?: RequestOptionsBase): Promise<SapMonitorsGetResponse>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름입니다.
- sapMonitorName
-
string
SAP 모니터 리소스의 이름입니다.
- options
- RequestOptionsBase
선택적 매개 변수
반환
Promise<SapMonitorsGetResponse>
Promise<Models.SapMonitorsGetResponse>
get(string, string, RequestOptionsBase, ServiceCallback<SapMonitor>)
function get(resourceGroupName: string, sapMonitorName: string, options: RequestOptionsBase, callback: ServiceCallback<SapMonitor>)
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름입니다.
- sapMonitorName
-
string
SAP 모니터 리소스의 이름입니다.
- options
- RequestOptionsBase
선택적 매개 변수
- callback
콜백
get(string, string, ServiceCallback<SapMonitor>)
function get(resourceGroupName: string, sapMonitorName: string, callback: ServiceCallback<SapMonitor>)
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름입니다.
- sapMonitorName
-
string
SAP 모니터 리소스의 이름입니다.
- callback
콜백
list(RequestOptionsBase)
지정된 구독의 SAP 모니터 목록을 가져옵니다. 작업은 각 SAP 모니터의 다양한 속성을 반환합니다.
function list(options?: RequestOptionsBase): Promise<SapMonitorsListResponse>
매개 변수
- options
- RequestOptionsBase
선택적 매개 변수
반환
Promise<SapMonitorsListResponse>
Promise<Models.SapMonitorsListResponse>
list(RequestOptionsBase, ServiceCallback<SapMonitorListResult>)
function list(options: RequestOptionsBase, callback: ServiceCallback<SapMonitorListResult>)
매개 변수
- options
- RequestOptionsBase
선택적 매개 변수
- callback
콜백
list(ServiceCallback<SapMonitorListResult>)
function list(callback: ServiceCallback<SapMonitorListResult>)
매개 변수
- callback
콜백
listNext(string, RequestOptionsBase)
지정된 구독의 SAP 모니터 목록을 가져옵니다. 작업은 각 SAP 모니터의 다양한 속성을 반환합니다.
function listNext(nextPageLink: string, options?: RequestOptionsBase): Promise<SapMonitorsListNextResponse>
매개 변수
- nextPageLink
-
string
이전에 성공한 목록 작업 호출의 NextLink입니다.
- options
- RequestOptionsBase
선택적 매개 변수
반환
Promise<SapMonitorsListNextResponse>
Promise<Models.SapMonitorsListNextResponse>
listNext(string, RequestOptionsBase, ServiceCallback<SapMonitorListResult>)
function listNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<SapMonitorListResult>)
매개 변수
- nextPageLink
-
string
이전에 성공한 목록 작업 호출의 NextLink입니다.
- options
- RequestOptionsBase
선택적 매개 변수
- callback
콜백
listNext(string, ServiceCallback<SapMonitorListResult>)
function listNext(nextPageLink: string, callback: ServiceCallback<SapMonitorListResult>)
매개 변수
- nextPageLink
-
string
이전에 성공한 목록 작업 호출의 NextLink입니다.
- callback
콜백
update(string, string, Tags, RequestOptionsBase)
지정된 구독, 리소스 그룹 및 모니터 이름에 대한 SAP 모니터의 태그 필드를 패치합니다.
function update(resourceGroupName: string, sapMonitorName: string, tagsParameter: Tags, options?: RequestOptionsBase): Promise<SapMonitorsUpdateResponse>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름입니다.
- sapMonitorName
-
string
SAP 모니터 리소스의 이름입니다.
- tagsParameter
- Tags
새 태그 필드만 포함하는 요청 본문
- options
- RequestOptionsBase
선택적 매개 변수
반환
Promise<SapMonitorsUpdateResponse>
Promise<Models.SapMonitorsUpdateResponse>
update(string, string, Tags, RequestOptionsBase, ServiceCallback<SapMonitor>)
function update(resourceGroupName: string, sapMonitorName: string, tagsParameter: Tags, options: RequestOptionsBase, callback: ServiceCallback<SapMonitor>)
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름입니다.
- sapMonitorName
-
string
SAP 모니터 리소스의 이름입니다.
- tagsParameter
- Tags
새 태그 필드만 포함하는 요청 본문
- options
- RequestOptionsBase
선택적 매개 변수
- callback
콜백
update(string, string, Tags, ServiceCallback<SapMonitor>)
function update(resourceGroupName: string, sapMonitorName: string, tagsParameter: Tags, callback: ServiceCallback<SapMonitor>)
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름입니다.
- sapMonitorName
-
string
SAP 모니터 리소스의 이름입니다.
- tagsParameter
- Tags
새 태그 필드만 포함하는 요청 본문
- callback
콜백