Share via


AutomationPSClient.GetSoftwareUpdateMachineRunById Method

Definition

public Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateMachineRun GetSoftwareUpdateMachineRunById (string resourceGroupName, string automationAccountName, Guid id);
abstract member GetSoftwareUpdateMachineRunById : string * string * Guid -> Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateMachineRun
override this.GetSoftwareUpdateMachineRunById : string * string * Guid -> Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateMachineRun
Public Function GetSoftwareUpdateMachineRunById (resourceGroupName As String, automationAccountName As String, id As Guid) As SoftwareUpdateMachineRun

Parameters

resourceGroupName
String
automationAccountName
String
id
Guid

Returns

Implements

Applies to