다음을 통해 공유


DscNodeOperations class

DscNodeOperations를 나타내는 클래스입니다.

생성자

DscNodeOperations(AutomationClientContext)

DscNodeOperations를 만듭니다.

메서드

deleteMethod(string, string, string, RequestOptionsBase)

노드 ID로 식별된 dsc 노드를 삭제합니다.

deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<DscNode>)
deleteMethod(string, string, string, ServiceCallback<DscNode>)
get(string, string, string, RequestOptionsBase)

노드 ID로 식별된 dsc 노드를 검색합니다.

get(string, string, string, RequestOptionsBase, ServiceCallback<DscNode>)
get(string, string, string, ServiceCallback<DscNode>)
listByAutomationAccount(string, string, DscNodeListByAutomationAccountOptionalParams)

dsc 노드 목록을 검색합니다.

listByAutomationAccount(string, string, DscNodeListByAutomationAccountOptionalParams, ServiceCallback<DscNodeListResult>)
listByAutomationAccount(string, string, ServiceCallback<DscNodeListResult>)
listByAutomationAccountNext(string, RequestOptionsBase)

dsc 노드 목록을 검색합니다.

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<DscNodeListResult>)
listByAutomationAccountNext(string, ServiceCallback<DscNodeListResult>)
update(string, string, string, DscNodeUpdateParameters, RequestOptionsBase)

dsc 노드를 업데이트합니다.

update(string, string, string, DscNodeUpdateParameters, RequestOptionsBase, ServiceCallback<DscNode>)
update(string, string, string, DscNodeUpdateParameters, ServiceCallback<DscNode>)

생성자 세부 정보

DscNodeOperations(AutomationClientContext)

DscNodeOperations를 만듭니다.

new DscNodeOperations(client: AutomationClientContext)

매개 변수

client
AutomationClientContext

서비스 클라이언트에 대한 참조입니다.

메서드 세부 정보

deleteMethod(string, string, string, RequestOptionsBase)

노드 ID로 식별된 dsc 노드를 삭제합니다.

function deleteMethod(resourceGroupName: string, automationAccountName: string, nodeId: string, options?: RequestOptionsBase): Promise<DscNodeDeleteMethodResponse>

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

nodeId

string

노드 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.DscNodeDeleteMethodResponse>

deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<DscNode>)

function deleteMethod(resourceGroupName: string, automationAccountName: string, nodeId: string, options: RequestOptionsBase, callback: ServiceCallback<DscNode>)

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

nodeId

string

노드 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<DscNode>

콜백

deleteMethod(string, string, string, ServiceCallback<DscNode>)

function deleteMethod(resourceGroupName: string, automationAccountName: string, nodeId: string, callback: ServiceCallback<DscNode>)

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

nodeId

string

노드 ID입니다.

callback

ServiceCallback<DscNode>

콜백

get(string, string, string, RequestOptionsBase)

노드 ID로 식별된 dsc 노드를 검색합니다.

function get(resourceGroupName: string, automationAccountName: string, nodeId: string, options?: RequestOptionsBase): Promise<DscNodeGetResponse>

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

nodeId

string

노드 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.DscNodeGetResponse>

get(string, string, string, RequestOptionsBase, ServiceCallback<DscNode>)

function get(resourceGroupName: string, automationAccountName: string, nodeId: string, options: RequestOptionsBase, callback: ServiceCallback<DscNode>)

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

nodeId

string

노드 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<DscNode>

콜백

get(string, string, string, ServiceCallback<DscNode>)

function get(resourceGroupName: string, automationAccountName: string, nodeId: string, callback: ServiceCallback<DscNode>)

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

nodeId

string

노드 ID입니다.

callback

ServiceCallback<DscNode>

콜백

listByAutomationAccount(string, string, DscNodeListByAutomationAccountOptionalParams)

dsc 노드 목록을 검색합니다.

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: DscNodeListByAutomationAccountOptionalParams): Promise<DscNodeListByAutomationAccountResponse>

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

options
DscNodeListByAutomationAccountOptionalParams

선택적 매개 변수

반환

Promise<Models.DscNodeListByAutomationAccountResponse>

listByAutomationAccount(string, string, DscNodeListByAutomationAccountOptionalParams, ServiceCallback<DscNodeListResult>)

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: DscNodeListByAutomationAccountOptionalParams, callback: ServiceCallback<DscNodeListResult>)

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

options
DscNodeListByAutomationAccountOptionalParams

선택적 매개 변수

listByAutomationAccount(string, string, ServiceCallback<DscNodeListResult>)

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<DscNodeListResult>)

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

listByAutomationAccountNext(string, RequestOptionsBase)

dsc 노드 목록을 검색합니다.

function listByAutomationAccountNext(nextPageLink: string, options?: RequestOptionsBase): Promise<DscNodeListByAutomationAccountNextResponse>

매개 변수

nextPageLink

string

이전에 성공한 목록 작업 호출의 NextLink입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.DscNodeListByAutomationAccountNextResponse>

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<DscNodeListResult>)

function listByAutomationAccountNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<DscNodeListResult>)

매개 변수

nextPageLink

string

이전에 성공한 목록 작업 호출의 NextLink입니다.

options
RequestOptionsBase

선택적 매개 변수

listByAutomationAccountNext(string, ServiceCallback<DscNodeListResult>)

function listByAutomationAccountNext(nextPageLink: string, callback: ServiceCallback<DscNodeListResult>)

매개 변수

nextPageLink

string

이전에 성공한 목록 작업 호출의 NextLink입니다.

update(string, string, string, DscNodeUpdateParameters, RequestOptionsBase)

dsc 노드를 업데이트합니다.

function update(resourceGroupName: string, automationAccountName: string, nodeId: string, dscNodeUpdateParameters: DscNodeUpdateParameters, options?: RequestOptionsBase): Promise<DscNodeUpdateResponse>

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

nodeId

string

업데이트 dsc 노드에 제공된 매개 변수입니다.

dscNodeUpdateParameters
DscNodeUpdateParameters

업데이트 dsc 노드에 제공된 매개 변수입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.DscNodeUpdateResponse>

update(string, string, string, DscNodeUpdateParameters, RequestOptionsBase, ServiceCallback<DscNode>)

function update(resourceGroupName: string, automationAccountName: string, nodeId: string, dscNodeUpdateParameters: DscNodeUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<DscNode>)

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

nodeId

string

업데이트 dsc 노드에 제공된 매개 변수입니다.

dscNodeUpdateParameters
DscNodeUpdateParameters

업데이트 dsc 노드에 제공된 매개 변수입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<DscNode>

콜백

update(string, string, string, DscNodeUpdateParameters, ServiceCallback<DscNode>)

function update(resourceGroupName: string, automationAccountName: string, nodeId: string, dscNodeUpdateParameters: DscNodeUpdateParameters, callback: ServiceCallback<DscNode>)

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

nodeId

string

업데이트 dsc 노드에 제공된 매개 변수입니다.

dscNodeUpdateParameters
DscNodeUpdateParameters

업데이트 dsc 노드에 제공된 매개 변수입니다.

callback

ServiceCallback<DscNode>

콜백