NodeCountInformation class
Klasse, die einen NodeCountInformation darstellt.
Konstruktoren
| Node |
Erstellen Sie ein NodeCountInformation-Objekt. |
Methoden
| get(string, string, Request |
Ruft die Anzahl für Dsc-Knoten ab. |
| get(string, string, Request |
|
| get(string, string, Service |
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<NodeCountInformationGetResponse>
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
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
Der Rückruf