MaintenanceExtensions.GetUpdatesByParentAsync 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.
Abrufen von Updates für Ressourcen.
- Anforderungspfad/abonnements/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{providerName}/{resourceParentType}/{resourceParentName}/{resourceType}/{resourceName}/providers/Microsoft.Maintenance/updates
- Vorgangs-IdUpdates_ListParent
public static Azure.AsyncPageable<Azure.ResourceManager.Maintenance.Models.MaintenanceUpdate> GetUpdatesByParentAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string providerName, string resourceParentType, string resourceParentName, string resourceType, string resourceName, System.Threading.CancellationToken cancellationToken = default);
static member GetUpdatesByParentAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * string * string * string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Maintenance.Models.MaintenanceUpdate>
<Extension()>
Public Function GetUpdatesByParentAsync (resourceGroupResource As ResourceGroupResource, providerName As String, resourceParentType As String, resourceParentName As String, resourceType As String, resourceName As String, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MaintenanceUpdate)
Parameter
- resourceGroupResource
- ResourceGroupResource
Der ResourceGroupResource instance die -Methode ausgeführt wird.
- providerName
- String
Name des Ressourcenanbieters.
- resourceParentType
- String
Übergeordneter Ressourcentyp.
- resourceParentName
- String
Bezeichner des übergeordneten Ressourcenelements.
- resourceType
- String
Der Ressourcentyp.
- resourceName
- String
Ressourcenbezeichner.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Eine asynchrone Auflistung von MaintenanceUpdate , die mehrere Dienstanforderungen durchlaufen kann.
Ausnahmen
providerName
, resourceParentType
, resourceParentName
resourceType
oder resourceName
ist eine leere Zeichenfolge, und es wurde erwartet, dass sie nicht leer ist.
providerName
, resourceParentType
, resourceParentName
resourceType
oder resourceName
ist NULL.