次の方法で共有


SoftwareUpdateConfigurationMachineRunsOperationsExtensions.GetByIdAsync メソッド

定義

ID で実行される単一のソフトウェア更新プログラム構成マシンを取得します。 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

Automation アカウントの名前。

softwareUpdateConfigurationMachineRunId
Guid

ソフトウェア更新プログラム構成マシンの実行の ID。

clientRequestId
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象