共用方式為


NodeCountInformationOperationsExtensions.Get 方法

定義

擷取 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

參數

operations
INodeCountInformationOperations

這個擴充方法的作業群組。

resourceGroupName
String

Azure 資源群組的名稱。

automationAccountName
String

自動化帳戶的名稱。

countType
String

要擷取的計數類型。 可能的值包括:'status'、'nodeconfiguration'

傳回

適用於