Freigeben über


MaintenanceExtensions.GetApplyUpdatesByParent Methode

Definition

Überlädt

GetApplyUpdatesByParent(ResourceGroupResource, ResourceGroupResourceGetApplyUpdatesByParentOptions, CancellationToken)

Nachverfolgen von Wartungsupdates für eine Ressource mit übergeordnetem Element

  • Request Path/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{providerName}/{resourceParentType}/{resourceParentName}/{resourceType}/{resourceName}/providers/Microsoft.Maintenance/applyUpdates/{applyUpdateName}
  • Vorgang IdApplyUpdates_GetParent
GetApplyUpdatesByParent(ResourceGroupResource, String, String, String, String, String, String, CancellationToken)

Nachverfolgen von Wartungsupdates für eine Ressource mit übergeordnetem Element

  • Request Path/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{providerName}/{resourceParentType}/{resourceParentName}/{resourceType}/{resourceName}/providers/Microsoft.Maintenance/applyUpdates/{applyUpdateName}
  • Vorgang IdApplyUpdates_GetParent

GetApplyUpdatesByParent(ResourceGroupResource, ResourceGroupResourceGetApplyUpdatesByParentOptions, CancellationToken)

Nachverfolgen von Wartungsupdates für eine Ressource mit übergeordnetem Element

  • Request Path/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{providerName}/{resourceParentType}/{resourceParentName}/{resourceType}/{resourceName}/providers/Microsoft.Maintenance/applyUpdates/{applyUpdateName}
  • Vorgang IdApplyUpdates_GetParent
public static Azure.Response<Azure.ResourceManager.Maintenance.MaintenanceApplyUpdateResource> GetApplyUpdatesByParent (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, Azure.ResourceManager.Maintenance.Models.ResourceGroupResourceGetApplyUpdatesByParentOptions options, System.Threading.CancellationToken cancellationToken = default);
static member GetApplyUpdatesByParent : Azure.ResourceManager.Resources.ResourceGroupResource * Azure.ResourceManager.Maintenance.Models.ResourceGroupResourceGetApplyUpdatesByParentOptions * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Maintenance.MaintenanceApplyUpdateResource>
<Extension()>
Public Function GetApplyUpdatesByParent (resourceGroupResource As ResourceGroupResource, options As ResourceGroupResourceGetApplyUpdatesByParentOptions, Optional cancellationToken As CancellationToken = Nothing) As Response(Of MaintenanceApplyUpdateResource)

Parameter

resourceGroupResource
ResourceGroupResource

Der ResourceGroupResource instance, für den die Methode ausgeführt wird.

options
ResourceGroupResourceGetApplyUpdatesByParentOptions

Ein Eigenschaftenbehälter, der alle Parameter dieser Methode mit Ausnahme des LRO-Qualifizierers und des Anforderungskontextparameters enthält.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

options ist NULL.

Gilt für:

GetApplyUpdatesByParent(ResourceGroupResource, String, String, String, String, String, String, CancellationToken)

Nachverfolgen von Wartungsupdates für eine Ressource mit übergeordnetem Element

  • Request Path/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{providerName}/{resourceParentType}/{resourceParentName}/{resourceType}/{resourceName}/providers/Microsoft.Maintenance/applyUpdates/{applyUpdateName}
  • Vorgang IdApplyUpdates_GetParent
public static Azure.Response<Azure.ResourceManager.Maintenance.MaintenanceApplyUpdateResource> GetApplyUpdatesByParent (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string providerName, string resourceParentType, string resourceParentName, string resourceType, string resourceName, string applyUpdateName, System.Threading.CancellationToken cancellationToken = default);
static member GetApplyUpdatesByParent : Azure.ResourceManager.Resources.ResourceGroupResource * string * string * string * string * string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Maintenance.MaintenanceApplyUpdateResource>
<Extension()>
Public Function GetApplyUpdatesByParent (resourceGroupResource As ResourceGroupResource, providerName As String, resourceParentType As String, resourceParentName As String, resourceType As String, resourceName As String, applyUpdateName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of MaintenanceApplyUpdateResource)

Parameter

resourceGroupResource
ResourceGroupResource

Der ResourceGroupResource instance, für den die Methode ausgeführt wird.

providerName
String

Name des Ressourcenanbieters.

resourceParentType
String

Übergeordneter Ressourcentyp.

resourceParentName
String

Übergeordneter Ressourcenbezeichner.

resourceType
String

Der Ressourcentyp.

resourceName
String

Ressourcenbezeichner.

applyUpdateName
String

applyUpdate-ID.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

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

providerName, resourceParentType, resourceParentName, resourceTypeoder resourceNameapplyUpdateName ist NULL.

Gilt für: