NodeCountInformation class
Class representing a NodeCountInformation.
Constructors
Node |
Create a NodeCountInformation. |
Methods
get(string, string, Request |
Retrieve counts for Dsc Nodes. |
get(string, string, Request |
|
get(string, string, Service |
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<NodeCountInformationGetResponse>
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
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
The callback