Compartilhar via


NodeCountInformationOperationsExtensions.GetAsync Método

Definição

Recuperar contagens para nós Dsc. 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)

Parâmetros

operations
INodeCountInformationOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

Nome de um grupo de recursos do Azure.

automationAccountName
String

O nome da conta de automação.

countType
String

O tipo de contagens a serem recuperadas. Os valores possíveis incluem: 'status', 'nodeconfiguration'

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a