次の方法で共有


AutomationAccountResource.GetSoftwareUpdateConfigurationMachineRun メソッド

定義

ID で実行される単一のソフトウェア更新構成マシンを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/softwareUpdateConfigurationMachineRuns/{softwareUpdateConfigurationMachineRunId}
  • 操作IdSoftwareUpdateConfigurationMachineRuns_GetById
public virtual Azure.Response<Azure.ResourceManager.Automation.Models.SoftwareUpdateConfigurationMachineRun> GetSoftwareUpdateConfigurationMachineRun (Guid softwareUpdateConfigurationMachineRunId, string clientRequestId = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSoftwareUpdateConfigurationMachineRun : Guid * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Automation.Models.SoftwareUpdateConfigurationMachineRun>
override this.GetSoftwareUpdateConfigurationMachineRun : Guid * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Automation.Models.SoftwareUpdateConfigurationMachineRun>
Public Overridable Function GetSoftwareUpdateConfigurationMachineRun (softwareUpdateConfigurationMachineRunId As Guid, Optional clientRequestId As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SoftwareUpdateConfigurationMachineRun)

パラメーター

softwareUpdateConfigurationMachineRunId
Guid

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

clientRequestId
String

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

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

適用対象