次の方法で共有


AutomationAccountResource.GetAllNodeCountInformation メソッド

定義

Dsc ノードの数を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/nodecounts/{countType}
  • 操作IdNodeCountInformation_Get
public virtual Azure.Pageable<Azure.ResourceManager.Automation.Models.DscNodeCount> GetAllNodeCountInformation (Azure.ResourceManager.Automation.Models.AutomationCountType countType, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllNodeCountInformation : Azure.ResourceManager.Automation.Models.AutomationCountType * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Automation.Models.DscNodeCount>
override this.GetAllNodeCountInformation : Azure.ResourceManager.Automation.Models.AutomationCountType * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Automation.Models.DscNodeCount>
Public Overridable Function GetAllNodeCountInformation (countType As AutomationCountType, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of DscNodeCount)

パラメーター

countType
AutomationCountType

取得するカウントの種類。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の DscNodeCount サービス要求を受け取る可能性がある のコレクション。

適用対象