Partager via


NodeCountInformationOperationsExtensions.Get Méthode

Définition

Récupérer le nombre de nœuds Dsc. http://aka.ms/azureautomationsdk/nodecounts

public static Microsoft.Azure.Management.Automation.Models.NodeCounts Get (this Microsoft.Azure.Management.Automation.INodeCountInformationOperations operations, string resourceGroupName, string automationAccountName, string countType);
static member Get : Microsoft.Azure.Management.Automation.INodeCountInformationOperations * string * string * string -> Microsoft.Azure.Management.Automation.Models.NodeCounts
<Extension()>
Public Function Get (operations As INodeCountInformationOperations, resourceGroupName As String, automationAccountName As String, countType As String) As 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'

Retours

S’applique à