Aracılığıyla paylaş


SoftwareUpdateConfigurationMachineRunsOperationsExtensions.ListByTargetComputerAsync Yöntem

Tanım

Verilen bilgisayarı hedefleyen yazılım güncelleştirme yapılandırma makinesi çalıştırmalarının listesi http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.SoftwareUpdateConfigurationMachineRunListResult> ListByTargetComputerAsync (this Microsoft.Azure.Management.Automation.ISoftwareUpdateConfigurationMachineRunsOperations operations, string resourceGroupName, string automationAccountName, string targetComputer, string clientRequestId = default, string skip = default, string top = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByTargetComputerAsync : Microsoft.Azure.Management.Automation.ISoftwareUpdateConfigurationMachineRunsOperations * string * string * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.SoftwareUpdateConfigurationMachineRunListResult>
<Extension()>
Public Function ListByTargetComputerAsync (operations As ISoftwareUpdateConfigurationMachineRunsOperations, resourceGroupName As String, automationAccountName As String, targetComputer As String, Optional clientRequestId As String = Nothing, Optional skip As String = Nothing, Optional top As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SoftwareUpdateConfigurationMachineRunListResult)

Parametreler

operations
ISoftwareUpdateConfigurationMachineRunsOperations

Bu uzantı yönteminin işlem grubu.

resourceGroupName
String
automationAccountName
String
targetComputer
String

Bu makine tarafından hedeflenen bilgisayar çalıştırılır

clientRequestId
String
skip
String

sonuçları döndürmeden önce atladığınız girdi sayısı

top
String

Sonuç koleksiyonunda döndürülen girdi sayısı üst sınırı

cancellationToken
CancellationToken

İptal belirteci.

Döndürülenler

Şunlara uygulanır