SoftwareUpdateConfigurationMachineRuns class
SoftwareUpdateConfigurationMachineRuns를 나타내는 클래스입니다.
생성자
Software |
SoftwareUpdateConfigurationMachineRuns를 만듭니다. |
메서드
생성자 세부 정보
SoftwareUpdateConfigurationMachineRuns(AutomationClientContext)
SoftwareUpdateConfigurationMachineRuns를 만듭니다.
new SoftwareUpdateConfigurationMachineRuns(client: AutomationClientContext)
매개 변수
- client
- AutomationClientContext
서비스 클라이언트에 대한 참조입니다.
메서드 세부 정보
getById(string, string, string, ServiceCallback<SoftwareUpdateConfigurationMachineRun>)
function getById(resourceGroupName: string, automationAccountName: string, softwareUpdateConfigurationMachineRunId: string, callback: ServiceCallback<SoftwareUpdateConfigurationMachineRun>)
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- automationAccountName
-
string
자동화 계정의 이름입니다.
- softwareUpdateConfigurationMachineRunId
-
string
소프트웨어 업데이트 구성 머신 실행의 ID입니다.
콜백
getById(string, string, string, SoftwareUpdateConfigurationMachineRunsGetByIdOptionalParams)
ID로 실행되는 단일 소프트웨어 업데이트 구성 머신을 가져옵니다.
function getById(resourceGroupName: string, automationAccountName: string, softwareUpdateConfigurationMachineRunId: string, options?: SoftwareUpdateConfigurationMachineRunsGetByIdOptionalParams): Promise<SoftwareUpdateConfigurationMachineRunsGetByIdResponse>
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- automationAccountName
-
string
자동화 계정의 이름입니다.
- softwareUpdateConfigurationMachineRunId
-
string
소프트웨어 업데이트 구성 머신 실행의 ID입니다.
선택적 매개 변수
반환
Promise<Models.SoftwareUpdateConfigurationMachineRunsGetByIdResponse>
getById(string, string, string, SoftwareUpdateConfigurationMachineRunsGetByIdOptionalParams, ServiceCallback<SoftwareUpdateConfigurationMachineRun>)
function getById(resourceGroupName: string, automationAccountName: string, softwareUpdateConfigurationMachineRunId: string, options: SoftwareUpdateConfigurationMachineRunsGetByIdOptionalParams, callback: ServiceCallback<SoftwareUpdateConfigurationMachineRun>)
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- automationAccountName
-
string
자동화 계정의 이름입니다.
- softwareUpdateConfigurationMachineRunId
-
string
소프트웨어 업데이트 구성 머신 실행의 ID입니다.
선택적 매개 변수
콜백
list(string, string, ServiceCallback<SoftwareUpdateConfigurationMachineRunListResult>)
function list(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<SoftwareUpdateConfigurationMachineRunListResult>)
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- automationAccountName
-
string
자동화 계정의 이름입니다.
list(string, string, SoftwareUpdateConfigurationMachineRunsListOptionalParams)
소프트웨어 업데이트 구성 머신 실행 목록 반환
function list(resourceGroupName: string, automationAccountName: string, options?: SoftwareUpdateConfigurationMachineRunsListOptionalParams): Promise<SoftwareUpdateConfigurationMachineRunsListResponse>
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- automationAccountName
-
string
자동화 계정의 이름입니다.
선택적 매개 변수
반환
Promise<Models.SoftwareUpdateConfigurationMachineRunsListResponse>
list(string, string, SoftwareUpdateConfigurationMachineRunsListOptionalParams, ServiceCallback<SoftwareUpdateConfigurationMachineRunListResult>)
function list(resourceGroupName: string, automationAccountName: string, options: SoftwareUpdateConfigurationMachineRunsListOptionalParams, callback: ServiceCallback<SoftwareUpdateConfigurationMachineRunListResult>)
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- automationAccountName
-
string
자동화 계정의 이름입니다.
선택적 매개 변수