次の方法で共有


SoftwareUpdateConfigurationMachineRunsOperationsExtensions.GetById メソッド

定義

ID で実行される単一のソフトウェア更新構成マシンを取得します。 http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations

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

パラメーター

operations
ISoftwareUpdateConfigurationMachineRunsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

Azure リソース グループの名前。

automationAccountName
String

Automation アカウントの名前。

softwareUpdateConfigurationMachineRunId
Guid

ソフトウェア更新構成マシンの実行の ID。

clientRequestId
String

この特定のクライアント要求を識別します。

戻り値

適用対象