Sdílet prostřednictvím


NodeCountInformationOperationsExtensions.GetAsync Metoda

Definice

Načítají se počty uzlů 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)

Parametry

operations
INodeCountInformationOperations

Skupina operací pro tuto metodu rozšíření.

resourceGroupName
String

Název skupiny prostředků Azure.

automationAccountName
String

Název účtu Automation.

countType
String

Typ počtů, které se mají načíst. Mezi možné hodnoty patří: status, nodeconfiguration.

cancellationToken
CancellationToken

Token zrušení.

Návraty

Platí pro