Freigeben über


NodeCountInformation class

Klasse, die einen NodeCountInformation darstellt.

Konstruktoren

NodeCountInformation(AutomationClientContext)

Erstellen Sie ein NodeCountInformation-Objekt.

Methoden

get(string, string, RequestOptionsBase)

Ruft die Anzahl für Dsc-Knoten ab.

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

Details zum Konstruktor

NodeCountInformation(AutomationClientContext)

Erstellen Sie ein NodeCountInformation-Objekt.

new NodeCountInformation(client: AutomationClientContext)

Parameter

client
AutomationClientContext

Verweisen auf den Dienstclient.

Details zur Methode

get(string, string, RequestOptionsBase)

Ruft die Anzahl für Dsc-Knoten ab.

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

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

options
RequestOptionsBase

Die optionalen Parameter

Gibt zurück

Promise<Models.NodeCountInformationGetResponse>

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

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

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

options
RequestOptionsBase

Die optionalen Parameter

callback

ServiceCallback<NodeCounts>

Der Rückruf

get(string, string, ServiceCallback<NodeCounts>)

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

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

callback

ServiceCallback<NodeCounts>

Der Rückruf