NodeCountInformation class

Class representing a NodeCountInformation.

Constructors

NodeCountInformation(AutomationClientContext)

Create a NodeCountInformation.

Methods

get(string, string, RequestOptionsBase)

Retrieve counts for Dsc Nodes.

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

Constructor Details

NodeCountInformation(AutomationClientContext)

Create a NodeCountInformation.

new NodeCountInformation(client: AutomationClientContext)

Parameters

client
AutomationClientContext

Reference to the service client.

Method Details

get(string, string, RequestOptionsBase)

Retrieve counts for Dsc Nodes.

function get(resourceGroupName: string, automationAccountName: string, options?: RequestOptionsBase): Promise<NodeCountInformationGetResponse>

Parameters

resourceGroupName

string

Name of an Azure Resource group.

automationAccountName

string

The name of the automation account.

options
RequestOptionsBase

The optional parameters

Returns

Promise<Models.NodeCountInformationGetResponse>

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

function get(resourceGroupName: string, automationAccountName: string, options: RequestOptionsBase, callback: ServiceCallback<NodeCounts>)

Parameters

resourceGroupName

string

Name of an Azure Resource group.

automationAccountName

string

The name of the automation account.

options
RequestOptionsBase

The optional parameters

callback

ServiceCallback<NodeCounts>

The callback

get(string, string, ServiceCallback<NodeCounts>)

function get(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<NodeCounts>)

Parameters

resourceGroupName

string

Name of an Azure Resource group.

automationAccountName

string

The name of the automation account.

callback

ServiceCallback<NodeCounts>

The callback