Skip to main content

node_reports_contents

Creates, updates, deletes, gets or lists a node_reports_contents resource.

Overview

Namenode_reports_contents
TypeResource
Idazure.automation.node_reports_contents

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
getexecresourceGroupName, automationAccountName, nodeId, reportId, subscriptionIdRetrieve the Dsc node reports by node id and report id.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
automationAccountNamestringThe name of the automation account.
nodeIdstringThe Dsc node id.
reportIdstringThe report id.
resourceGroupNamestringName of an Azure Resource group.
subscriptionIdstringGets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

Lifecycle Methods

Retrieve the Dsc node reports by node id and report id.

EXEC azure.automation.node_reports_contents.get 
@resourceGroupName='{{ resourceGroupName }}' --required,
@automationAccountName='{{ automationAccountName }}' --required,
@nodeId='{{ nodeId }}' --required,
@reportId='{{ reportId }}' --required,
@subscriptionId='{{ subscriptionId }}' --required
;