AutomationAccountResource.GetAllNodeCountInformationAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Récupérer le nombre de nœuds Dsc.
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/nodecounts/{countType}
- IdNodeCountInformation_Get d’opération
public virtual Azure.AsyncPageable<Azure.ResourceManager.Automation.Models.DscNodeCount> GetAllNodeCountInformationAsync (Azure.ResourceManager.Automation.Models.AutomationCountType countType, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllNodeCountInformationAsync : Azure.ResourceManager.Automation.Models.AutomationCountType * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Automation.Models.DscNodeCount>
override this.GetAllNodeCountInformationAsync : Azure.ResourceManager.Automation.Models.AutomationCountType * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Automation.Models.DscNodeCount>
Public Overridable Function GetAllNodeCountInformationAsync (countType As AutomationCountType, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of DscNodeCount)
Paramètres
- countType
- AutomationCountType
Type de nombres à récupérer.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Collection asynchrone de qui peut nécessiter plusieurs demandes de DscNodeCount service pour itérer.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET