Freigeben über


ApplyUpdatesOperationsExtensions.GetParentAsync Methode

Definition

Nachverfolgen Updates zu Einer Ressource mit übergeordnetem Element

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Maintenance.Models.ApplyUpdate> GetParentAsync (this Microsoft.Azure.Management.Maintenance.IApplyUpdatesOperations operations, string resourceGroupName, string resourceParentType, string resourceParentName, string providerName, string resourceType, string resourceName, string applyUpdateName, System.Threading.CancellationToken cancellationToken = default);
static member GetParentAsync : Microsoft.Azure.Management.Maintenance.IApplyUpdatesOperations * string * string * string * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Maintenance.Models.ApplyUpdate>
<Extension()>
Public Function GetParentAsync (operations As IApplyUpdatesOperations, resourceGroupName As String, resourceParentType As String, resourceParentName As String, providerName As String, resourceType As String, resourceName As String, applyUpdateName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ApplyUpdate)

Parameter

operations
IApplyUpdatesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Ressourcengruppenname

resourceParentType
String

Übergeordneter Ressourcentyp

resourceParentName
String

Bezeichner des übergeordneten Ressourcenelements

providerName
String

Name des Ressourcenanbieters

resourceType
String

Ressourcentyp

resourceName
String

Ressourcenbezeichner

applyUpdateName
String

applyUpdate-ID

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Nachverfolgen von Wartungsupdates an einer Ressource mit übergeordnetem Element

Gilt für: