NodeCountInformation class
NodeCountInformation を表すクラス。
コンストラクター
Node |
NodeCountInformation を作成します。 |
メソッド
get(string, string, Request |
Dsc ノードの数を取得します。 |
get(string, string, Request |
|
get(string, string, Service |
コンストラクターの詳細
NodeCountInformation(AutomationClientContext)
NodeCountInformation を作成します。
new NodeCountInformation(client: AutomationClientContext)
パラメーター
- client
- AutomationClientContext
サービス クライアントへの参照。
メソッドの詳細
get(string, string, RequestOptionsBase)
Dsc ノードの数を取得します。
function get(resourceGroupName: string, automationAccountName: string, options?: RequestOptionsBase): Promise<NodeCountInformationGetResponse>
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- options
- RequestOptionsBase
省略可能なパラメーター
戻り値
Promise<NodeCountInformationGetResponse>
Promise<Models.NodeCountInformationGetResponse>
get(string, string, RequestOptionsBase, ServiceCallback<NodeCounts>)
function get(resourceGroupName: string, automationAccountName: string, options: RequestOptionsBase, callback: ServiceCallback<NodeCounts>)
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
get(string, string, ServiceCallback<NodeCounts>)
function get(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<NodeCounts>)
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- callback
コールバック。