다음을 통해 공유


SoftwareUpdateConfigurationMachineRuns interface

SoftwareUpdateConfigurationMachineRuns 를 나타내는 인터페이스입니다.

메서드

getById(string, string, string, SoftwareUpdateConfigurationMachineRunsGetByIdOptionalParams)

ID로 실행되는 단일 소프트웨어 업데이트 구성 머신을 가져옵니다.

list(string, string, SoftwareUpdateConfigurationMachineRunsListOptionalParams)

소프트웨어 업데이트 구성 머신 실행의 반환 목록

메서드 세부 정보

getById(string, string, string, SoftwareUpdateConfigurationMachineRunsGetByIdOptionalParams)

ID로 실행되는 단일 소프트웨어 업데이트 구성 머신을 가져옵니다.

function getById(resourceGroupName: string, automationAccountName: string, softwareUpdateConfigurationMachineRunId: string, options?: SoftwareUpdateConfigurationMachineRunsGetByIdOptionalParams): Promise<SoftwareUpdateConfigurationMachineRun>

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

softwareUpdateConfigurationMachineRunId

string

소프트웨어 업데이트 구성 머신 실행의 ID입니다.

options
SoftwareUpdateConfigurationMachineRunsGetByIdOptionalParams

옵션 매개 변수입니다.

반환

list(string, string, SoftwareUpdateConfigurationMachineRunsListOptionalParams)

소프트웨어 업데이트 구성 머신 실행의 반환 목록

function list(resourceGroupName: string, automationAccountName: string, options?: SoftwareUpdateConfigurationMachineRunsListOptionalParams): Promise<SoftwareUpdateConfigurationMachineRunListResult>

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

options
SoftwareUpdateConfigurationMachineRunsListOptionalParams

옵션 매개 변수입니다.

반환