다음을 통해 공유


SoftwareUpdateConfigurationMachineRunsOperationsExtensions.GetByIdAsync 메서드

정의

ID로 실행되는 단일 소프트웨어 업데이트 구성 머신을 가져옵니다. http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.SoftwareUpdateConfigurationMachineRun> GetByIdAsync (this Microsoft.Azure.Management.Automation.ISoftwareUpdateConfigurationMachineRunsOperations operations, string resourceGroupName, string automationAccountName, Guid softwareUpdateConfigurationMachineRunId, string clientRequestId = default, System.Threading.CancellationToken cancellationToken = default);
static member GetByIdAsync : Microsoft.Azure.Management.Automation.ISoftwareUpdateConfigurationMachineRunsOperations * string * string * Guid * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.SoftwareUpdateConfigurationMachineRun>
<Extension()>
Public Function GetByIdAsync (operations As ISoftwareUpdateConfigurationMachineRunsOperations, resourceGroupName As String, automationAccountName As String, softwareUpdateConfigurationMachineRunId As Guid, Optional clientRequestId As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SoftwareUpdateConfigurationMachineRun)

매개 변수

operations
ISoftwareUpdateConfigurationMachineRunsOperations

이 확장 메서드에 대한 작업 그룹입니다.

resourceGroupName
String

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

automationAccountName
String

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

softwareUpdateConfigurationMachineRunId
Guid

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

clientRequestId
String

이 특정 클라이언트 요청을 식별합니다.

cancellationToken
CancellationToken

취소 토큰입니다.

반환

적용 대상