Compartir a través de


AutomationAccountResource.GetAllNodeCountInformationAsync Método

Definición

Recupera recuentos de nodos Dsc.

  • Ruta de acceso de solicitud/suscripciones/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/nodecounts/{countType}
  • IdNodeCountInformation_Get de operaciones
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)

Parámetros

countType
AutomationCountType

Tipo de recuentos que se van a recuperar.

cancellationToken
CancellationToken

Token de cancelación que se va a usar.

Devoluciones

Colección asincrónica de que puede tomar varias solicitudes de DscNodeCount servicio para iterar.

Se aplica a