Partager via


NodeCountInformationOperationsExtensions.GetAsync Méthode

Définition

Récupérer le nombre de nœuds 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)

Paramètres

operations
INodeCountInformationOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom d’un groupe de ressources Azure.

automationAccountName
String

Nom du compte Automation.

countType
String

Type de nombres à récupérer. Les valeurs possibles sont les suivantes : 'status', 'nodeconfiguration'

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à