共用方式為


SoftwareUpdateConfigurationMachineRunsOperationsExtensions.GetByIdAsync 方法

定義

取得依識別碼執行的單一軟體更新組態電腦。 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

軟體更新組態機器執行的識別碼。

clientRequestId
String

識別這個特定的用戶端要求。

cancellationToken
CancellationToken

取消語彙基元。

傳回

適用於