Freigeben über


UpdatesOperationsExtensions.ListParentAsync Methode

Definition

Abrufen Updates zu Ressource

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Maintenance.Models.Update>> ListParentAsync (this Microsoft.Azure.Management.Maintenance.IUpdatesOperations operations, string resourceGroupName, string providerName, string resourceParentType, string resourceParentName, string resourceType, string resourceName, System.Threading.CancellationToken cancellationToken = default);
static member ListParentAsync : Microsoft.Azure.Management.Maintenance.IUpdatesOperations * string * string * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.Maintenance.Models.Update>>
<Extension()>
Public Function ListParentAsync (operations As IUpdatesOperations, resourceGroupName As String, providerName As String, resourceParentType As String, resourceParentName As String, resourceType As String, resourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of Update))

Parameter

operations
IUpdatesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Ressourcengruppenname

providerName
String

Name des Ressourcenanbieters

resourceParentType
String

Übergeordneter Ressourcentyp

resourceParentName
String

Übergeordneter Ressourcenbezeichner

resourceType
String

Ressourcentyp

resourceName
String

Ressourcenbezeichner

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Abrufen von Updates für Ressourcen.

Gilt für: