다음을 통해 공유


SoftwareUpdateConfigurationRunsOperationsExtensions.GetById 메서드

정의

Id로 실행된 단일 소프트웨어 업데이트 구성을 가져옵니다. http://aka.ms/azureautomationsdk/softwareupdateconfigurationrunoperations

public static Microsoft.Azure.Management.Automation.Models.SoftwareUpdateConfigurationRun GetById (this Microsoft.Azure.Management.Automation.ISoftwareUpdateConfigurationRunsOperations operations, string resourceGroupName, string automationAccountName, Guid softwareUpdateConfigurationRunId, string clientRequestId = default);
static member GetById : Microsoft.Azure.Management.Automation.ISoftwareUpdateConfigurationRunsOperations * string * string * Guid * string -> Microsoft.Azure.Management.Automation.Models.SoftwareUpdateConfigurationRun
<Extension()>
Public Function GetById (operations As ISoftwareUpdateConfigurationRunsOperations, resourceGroupName As String, automationAccountName As String, softwareUpdateConfigurationRunId As Guid, Optional clientRequestId As String = Nothing) As SoftwareUpdateConfigurationRun

매개 변수

operations
ISoftwareUpdateConfigurationRunsOperations

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

resourceGroupName
String

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

automationAccountName
String

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

softwareUpdateConfigurationRunId
Guid

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

clientRequestId
String

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

반환

적용 대상