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
자동화 계정의 이름입니다.
- 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
자동화 계정의 이름입니다.
- options
- RequestOptionsBase
선택적 매개 변수
- callback
콜백
get(string, string, ServiceCallback<NodeCounts>)
function get(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<NodeCounts>)
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- automationAccountName
-
string
자동화 계정의 이름입니다.
- callback
콜백