共用方式為


SoftwareUpdateConfigurationRunsOperationsExtensions.GetById 方法

定義

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

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

clientRequestId
String

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

傳回

適用於