Partager via


AutomationAccountResource.GetAllNodeCountInformationAsync Méthode

Définition

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 à