Aracılığıyla paylaş


NodeReports class

NodeReports'u temsil eden sınıf.

Oluşturucular

NodeReports(AutomationClientContext)

NodeReports oluşturun.

Yöntemler

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

Dsc düğümü rapor verilerini düğüm kimliğine ve rapor kimliğine göre alın.

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

Dsc düğüm raporlarını düğüm kimliğine ve rapor kimliğine göre alın.

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

Düğüm kimliğine göre Dsc düğüm raporu listesini alın.

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

Düğüm kimliğine göre Dsc düğüm raporu listesini alın.

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

Oluşturucu Ayrıntıları

NodeReports(AutomationClientContext)

NodeReports oluşturun.

new NodeReports(client: AutomationClientContext)

Parametreler

client
AutomationClientContext

Hizmet istemcisine başvuru.

Yöntem Ayrıntıları

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

Dsc düğümü rapor verilerini düğüm kimliğine ve rapor kimliğine göre alın.

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

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

nodeId

string

Dsc düğüm kimliği.

reportId

string

Rapor kimliği.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

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>)

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

nodeId

string

Dsc düğüm kimliği.

reportId

string

Rapor kimliği.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<DscNodeReport>

Geri çağırma

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

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

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

nodeId

string

Dsc düğüm kimliği.

reportId

string

Rapor kimliği.

callback

ServiceCallback<DscNodeReport>

Geri çağırma

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

Dsc düğüm raporlarını düğüm kimliğine ve rapor kimliğine göre alın.

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

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

nodeId

string

Dsc düğüm kimliği.

reportId

string

Rapor kimliği.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

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>)

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

nodeId

string

Dsc düğüm kimliği.

reportId

string

Rapor kimliği.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<any>

Geri çağırma

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

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

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

nodeId

string

Dsc düğüm kimliği.

reportId

string

Rapor kimliği.

callback

ServiceCallback<any>

Geri çağırma

listByNode(string, string, string, NodeReportsListByNodeOptionalParams)

Düğüm kimliğine göre Dsc düğüm raporu listesini alın.

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

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

nodeId

string

Liste işlemine sağlanan parametreler.

options
NodeReportsListByNodeOptionalParams

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.NodeReportsListByNodeResponse>

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

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

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

nodeId

string

Liste işlemine sağlanan parametreler.

options
NodeReportsListByNodeOptionalParams

İsteğe bağlı parametreler

callback

ServiceCallback<DscNodeReportListResult>

Geri çağırma

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

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

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

nodeId

string

Liste işlemine sağlanan parametreler.

callback

ServiceCallback<DscNodeReportListResult>

Geri çağırma

listByNodeNext(string, RequestOptionsBase)

Düğüm kimliğine göre Dsc düğüm raporu listesini alın.

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

Parametreler

nextPageLink

string

Önceki başarılı List çağrısından NextLink işlemi.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.NodeReportsListByNodeNextResponse>

listByNodeNext(string, RequestOptionsBase, ServiceCallback<DscNodeReportListResult>)

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

Parametreler

nextPageLink

string

Önceki başarılı List çağrısından NextLink işlemi.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<DscNodeReportListResult>

Geri çağırma

listByNodeNext(string, ServiceCallback<DscNodeReportListResult>)

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

Parametreler

nextPageLink

string

Önceki başarılı List çağrısından NextLink işlemi.

callback

ServiceCallback<DscNodeReportListResult>

Geri çağırma