NodeCountInformationOperationsExtensions.GetAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft die Anzahl für Dsc-Knoten ab. http://aka.ms/azureautomationsdk/nodecounts
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.NodeCounts> GetAsync(this Microsoft.Azure.Management.Automation.INodeCountInformationOperations operations, string resourceGroupName, string automationAccountName, string countType, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Automation.INodeCountInformationOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.NodeCounts>
<Extension()>
Public Function GetAsync (operations As INodeCountInformationOperations, resourceGroupName As String, automationAccountName As String, countType As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NodeCounts)
Parameter
- operations
- INodeCountInformationOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Name einer Azure-Ressourcengruppe.
- automationAccountName
- String
Der Name des Automation-Kontos.
- countType
- String
Der Typ der abzurufenden Anzahlen. Mögliche Werte: "status", "nodeconfiguration"
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Gilt für:
Azure SDK for .NET