Delen via


NodeCountInformationOperationsExtensions.Get Methode

Definitie

Aantallen ophalen voor DSC-knooppunten. 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

Parameters

operations
INodeCountInformationOperations

De bewerkingsgroep voor deze extensiemethode.

resourceGroupName
String

Naam van een Azure-resourcegroep.

automationAccountName
String

De naam van het Automation-account.

countType
String

Het type aantal dat moet worden opgehaald. Mogelijke waarden zijn: 'status', 'nodeconfiguration'

Retouren

Van toepassing op