NodeCountInformation interface
NodeCountInformation を表すインターフェイス。
メソッド
| get(string, string, string, Node |
Dsc ノードのカウントを取得します。 |
メソッドの詳細
get(string, string, string, NodeCountInformationGetOptionalParams)
Dsc ノードのカウントを取得します。
function get(resourceGroupName: string, automationAccountName: string, countType: string, options?: NodeCountInformationGetOptionalParams): Promise<NodeCounts>
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- countType
-
string
取得するカウントの種類
オプション パラメーター。
戻り値
Promise<NodeCounts>