다음을 통해 공유


NodeCountInformation interface

NodeCountInformation을 나타내는 인터페이스입니다.

메서드

get(string, string, string, NodeCountInformationGetOptionalParams)

Dsc 노드의 개수를 검색합니다.

메서드 세부 정보

get(string, string, string, NodeCountInformationGetOptionalParams)

Dsc 노드의 개수를 검색합니다.

function get(resourceGroupName: string, automationAccountName: string, countType: string, options?: NodeCountInformationGetOptionalParams): Promise<NodeCounts>

매개 변수

resourceGroupName

string

Azure 리소스 그룹의 이름입니다.

automationAccountName

string

자동화 계정의 이름입니다.

countType

string

검색할 개수의 형식입니다.

options
NodeCountInformationGetOptionalParams

옵션 매개 변수입니다.

반환

Promise<NodeCounts>