다음을 통해 공유


NodeReports class

NodeReports를 나타내는 클래스입니다.

생성자

NodeReports(AutomationClientContext)

NodeReports를 만듭니다.

메서드

get(string, string, string, string, RequestOptionsBase)

노드 ID 및 보고서 ID별로 Dsc 노드 보고서 데이터를 검색합니다.

get(string, string, string, string, RequestOptionsBase, ServiceCallback<DscNodeReport>)
get(string, string, string, string, ServiceCallback<DscNodeReport>)
getContent(string, string, string, string, RequestOptionsBase)

노드 ID 및 보고서 ID로 Dsc 노드 보고서를 검색합니다.

getContent(string, string, string, string, RequestOptionsBase, ServiceCallback<any>)
getContent(string, string, string, string, ServiceCallback<any>)
listByNode(string, string, string, NodeReportsListByNodeOptionalParams)

노드 ID별로 Dsc 노드 보고서 목록을 검색합니다.

listByNode(string, string, string, NodeReportsListByNodeOptionalParams, ServiceCallback<DscNodeReportListResult>)
listByNode(string, string, string, ServiceCallback<DscNodeReportListResult>)
listByNodeNext(string, RequestOptionsBase)

노드 ID별로 Dsc 노드 보고서 목록을 검색합니다.

listByNodeNext(string, RequestOptionsBase, ServiceCallback<DscNodeReportListResult>)
listByNodeNext(string, ServiceCallback<DscNodeReportListResult>)

생성자 세부 정보

NodeReports(AutomationClientContext)

NodeReports를 만듭니다.

new NodeReports(client: AutomationClientContext)

매개 변수

client
AutomationClientContext

서비스 클라이언트에 대한 참조입니다.

메서드 세부 정보

get(string, string, string, string, RequestOptionsBase)

노드 ID 및 보고서 ID별로 Dsc 노드 보고서 데이터를 검색합니다.

function get(resourceGroupName: string, automationAccountName: string, nodeId: string, reportId: string, options?: RequestOptionsBase): Promise<NodeReportsGetResponse>

매개 변수

resourceGroupName

string

Azure 리소스 그룹의 이름입니다.

automationAccountName

string

자동화 계정의 이름입니다.

nodeId

string

Dsc 노드 ID입니다.

reportId

string

보고서 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.NodeReportsGetResponse>

get(string, string, string, string, RequestOptionsBase, ServiceCallback<DscNodeReport>)

function get(resourceGroupName: string, automationAccountName: string, nodeId: string, reportId: string, options: RequestOptionsBase, callback: ServiceCallback<DscNodeReport>)

매개 변수

resourceGroupName

string

Azure 리소스 그룹의 이름입니다.

automationAccountName

string

자동화 계정의 이름입니다.

nodeId

string

Dsc 노드 ID입니다.

reportId

string

보고서 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<DscNodeReport>

콜백

get(string, string, string, string, ServiceCallback<DscNodeReport>)

function get(resourceGroupName: string, automationAccountName: string, nodeId: string, reportId: string, callback: ServiceCallback<DscNodeReport>)

매개 변수

resourceGroupName

string

Azure 리소스 그룹의 이름입니다.

automationAccountName

string

자동화 계정의 이름입니다.

nodeId

string

Dsc 노드 ID입니다.

reportId

string

보고서 ID입니다.

callback

ServiceCallback<DscNodeReport>

콜백

getContent(string, string, string, string, RequestOptionsBase)

노드 ID 및 보고서 ID로 Dsc 노드 보고서를 검색합니다.

function getContent(resourceGroupName: string, automationAccountName: string, nodeId: string, reportId: string, options?: RequestOptionsBase): Promise<NodeReportsGetContentResponse>

매개 변수

resourceGroupName

string

Azure 리소스 그룹의 이름입니다.

automationAccountName

string

자동화 계정의 이름입니다.

nodeId

string

Dsc 노드 ID입니다.

reportId

string

보고서 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.NodeReportsGetContentResponse>

getContent(string, string, string, string, RequestOptionsBase, ServiceCallback<any>)

function getContent(resourceGroupName: string, automationAccountName: string, nodeId: string, reportId: string, options: RequestOptionsBase, callback: ServiceCallback<any>)

매개 변수

resourceGroupName

string

Azure 리소스 그룹의 이름입니다.

automationAccountName

string

자동화 계정의 이름입니다.

nodeId

string

Dsc 노드 ID입니다.

reportId

string

보고서 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<any>

콜백

getContent(string, string, string, string, ServiceCallback<any>)

function getContent(resourceGroupName: string, automationAccountName: string, nodeId: string, reportId: string, callback: ServiceCallback<any>)

매개 변수

resourceGroupName

string

Azure 리소스 그룹의 이름입니다.

automationAccountName

string

자동화 계정의 이름입니다.

nodeId

string

Dsc 노드 ID입니다.

reportId

string

보고서 ID입니다.

callback

ServiceCallback<any>

콜백

listByNode(string, string, string, NodeReportsListByNodeOptionalParams)

노드 ID별로 Dsc 노드 보고서 목록을 검색합니다.

function listByNode(resourceGroupName: string, automationAccountName: string, nodeId: string, options?: NodeReportsListByNodeOptionalParams): Promise<NodeReportsListByNodeResponse>

매개 변수

resourceGroupName

string

Azure 리소스 그룹의 이름입니다.

automationAccountName

string

자동화 계정의 이름입니다.

nodeId

string

목록 작업에 제공된 매개 변수입니다.

options
NodeReportsListByNodeOptionalParams

선택적 매개 변수

반환

Promise<Models.NodeReportsListByNodeResponse>

listByNode(string, string, string, NodeReportsListByNodeOptionalParams, ServiceCallback<DscNodeReportListResult>)

function listByNode(resourceGroupName: string, automationAccountName: string, nodeId: string, options: NodeReportsListByNodeOptionalParams, callback: ServiceCallback<DscNodeReportListResult>)

매개 변수

resourceGroupName

string

Azure 리소스 그룹의 이름입니다.

automationAccountName

string

자동화 계정의 이름입니다.

nodeId

string

목록 작업에 제공된 매개 변수입니다.

options
NodeReportsListByNodeOptionalParams

선택적 매개 변수

listByNode(string, string, string, ServiceCallback<DscNodeReportListResult>)

function listByNode(resourceGroupName: string, automationAccountName: string, nodeId: string, callback: ServiceCallback<DscNodeReportListResult>)

매개 변수

resourceGroupName

string

Azure 리소스 그룹의 이름입니다.

automationAccountName

string

자동화 계정의 이름입니다.

nodeId

string

목록 작업에 제공된 매개 변수입니다.

listByNodeNext(string, RequestOptionsBase)

노드 ID별로 Dsc 노드 보고서 목록을 검색합니다.

function listByNodeNext(nextPageLink: string, options?: RequestOptionsBase): Promise<NodeReportsListByNodeNextResponse>

매개 변수

nextPageLink

string

이전에 성공한 목록 작업 호출의 NextLink입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.NodeReportsListByNodeNextResponse>

listByNodeNext(string, RequestOptionsBase, ServiceCallback<DscNodeReportListResult>)

function listByNodeNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<DscNodeReportListResult>)

매개 변수

nextPageLink

string

이전에 성공한 목록 작업 호출의 NextLink입니다.

options
RequestOptionsBase

선택적 매개 변수

listByNodeNext(string, ServiceCallback<DscNodeReportListResult>)

function listByNodeNext(nextPageLink: string, callback: ServiceCallback<DscNodeReportListResult>)

매개 변수

nextPageLink

string

이전에 성공한 목록 작업 호출의 NextLink입니다.