NodeCountInformationOperationsExtensions.Get Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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
Azure SDK for .NET