Freigeben über


MaintenanceExtensions.GetUpdatesByParent Methode

Definition

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.Pageable<Azure.ResourceManager.Maintenance.Models.MaintenanceUpdate> GetUpdatesByParent (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string providerName, string resourceParentType, string resourceParentName, string resourceType, string resourceName, System.Threading.CancellationToken cancellationToken = default);
static member GetUpdatesByParent : Azure.ResourceManager.Resources.ResourceGroupResource * string * string * string * string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Maintenance.Models.MaintenanceUpdate>
<Extension()>
Public Function GetUpdatesByParent (resourceGroupResource As ResourceGroupResource, providerName As String, resourceParentType As String, resourceParentName As String, resourceType As String, resourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Pageable(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 Sammlung von MaintenanceUpdate , die mehrere Dienstanforderungen durchlaufen kann.

Ausnahmen

providerName, resourceParentType, resourceParentNameresourceType oder resourceName ist eine leere Zeichenfolge, und es wurde erwartet, dass sie nicht leer ist.

providerName, resourceParentType, resourceParentNameresourceType oder resourceName ist NULL.

Gilt für: