ApplyUpdatesOperationsExtensions.CreateOrUpdateParentAsync 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.
Anwenden Updates auf Ressource mit übergeordnetem Element
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Maintenance.Models.ApplyUpdate> CreateOrUpdateParentAsync (this Microsoft.Azure.Management.Maintenance.IApplyUpdatesOperations operations, string resourceGroupName, string providerName, string resourceParentType, string resourceParentName, string resourceType, string resourceName, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateParentAsync : Microsoft.Azure.Management.Maintenance.IApplyUpdatesOperations * string * string * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Maintenance.Models.ApplyUpdate>
<Extension()>
Public Function CreateOrUpdateParentAsync (operations As IApplyUpdatesOperations, resourceGroupName As String, providerName As String, resourceParentType As String, resourceParentName As String, resourceType As String, resourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ApplyUpdate)
Parameter
- operations
- IApplyUpdatesOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Ressourcengruppenname
- providerName
- String
Name des Ressourcenanbieters
- resourceParentType
- String
Übergeordneter Ressourcentyp
- resourceParentName
- String
Übergeordneter Ressourcenbezeichner
- resourceType
- String
Ressourcentyp
- resourceName
- String
Ressourcenbezeichner
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Hinweise
Anwenden von Wartungsupdates auf eine Ressource mit übergeordnetem Element
Gilt für:
Azure SDK for .NET