SoftwareUpdateConfigurationsOperationsExtensions.ListByAzureVirtualMachineAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Zurückgeben einer Liste der Softwareupdatekonfigurationen, die auf den angegebenen virtuellen Computer abzielen http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.SoftwareUpdateConfigurationListResult> ListByAzureVirtualMachineAsync (this Microsoft.Azure.Management.Automation.ISoftwareUpdateConfigurationsOperations operations, string resourceGroupName, string automationAccountName, string virtualMachineId, string clientRequestId = default, string skip = default, string top = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByAzureVirtualMachineAsync : Microsoft.Azure.Management.Automation.ISoftwareUpdateConfigurationsOperations * string * string * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.SoftwareUpdateConfigurationListResult>
<Extension()>
Public Function ListByAzureVirtualMachineAsync (operations As ISoftwareUpdateConfigurationsOperations, resourceGroupName As String, automationAccountName As String, virtualMachineId 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 SoftwareUpdateConfigurationListResult)
Parameter
- operations
- ISoftwareUpdateConfigurationsOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
- automationAccountName
- String
- virtualMachineId
- String
Azure Resource Manager-ID des virtuellen Computers
- clientRequestId
- String
- skip
- String
Anzahl der Einträge, die Sie überspringen, bevor Ergebnisse zurückgegeben werden
- top
- String
Maximale Anzahl von Einträgen, die in der Ergebnissammlung zurückgegeben werden
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Gilt für:
Azure SDK for .NET