Freigeben über


NodeCountInformation interface

Schnittstelle, die einen NodeCountInformation darstellt.

Methoden

get(string, string, string, NodeCountInformationGetOptionalParams)

Ruft die Anzahl für Dsc-Knoten ab.

Details zur Methode

get(string, string, string, NodeCountInformationGetOptionalParams)

Ruft die Anzahl für Dsc-Knoten ab.

function get(resourceGroupName: string, automationAccountName: string, countType: string, options?: NodeCountInformationGetOptionalParams): Promise<NodeCounts>

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

countType

string

Der Typ der abzurufenden Anzahlen

options
NodeCountInformationGetOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<NodeCounts>