共用方式為


SoftwareUpdateConfigurationRunsOperationsExtensions.GetByIdAsync 方法

定義

取得以識別碼執行的單一軟體更新組態。 http://aka.ms/azureautomationsdk/softwareupdateconfigurationrunoperations

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

參數

operations
ISoftwareUpdateConfigurationRunsOperations

這個擴充方法的作業群組。

resourceGroupName
String

Azure 資源群組的名稱。

automationAccountName
String

自動化帳戶的名稱。

softwareUpdateConfigurationRunId
Guid

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

clientRequestId
String

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

cancellationToken
CancellationToken

取消語彙基元。

傳回

適用於