次の方法で共有


AutomationAccountResource.GetSoftwareUpdateConfigurationRunAsync メソッド

定義

単一のソフトウェア更新プログラム構成を取得します。Id で実行します。

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

パラメーター

softwareUpdateConfigurationRunId
Guid

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

clientRequestId
String

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

cancellationToken
CancellationToken

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

戻り値

適用対象