MaintenanceExtensions.GetApplyUpdatesByParent 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.
Überlädt
GetApplyUpdatesByParent(ResourceGroupResource, ResourceGroupResourceGetApplyUpdatesByParentOptions, CancellationToken) |
Nachverfolgen von Wartungsupdates für eine Ressource mit übergeordnetem Element
|
GetApplyUpdatesByParent(ResourceGroupResource, String, String, String, String, String, String, CancellationToken) |
Nachverfolgen von Wartungsupdates für eine Ressource mit übergeordnetem Element
|
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.
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
, resourceParentName
resourceType
, resourceName
oder applyUpdateName
ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.
providerName
, resourceParentType
, resourceParentName
, resourceType
oder resourceName
applyUpdateName
ist NULL.