NodeCountInformationOperationsExtensions.Get Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET