ApplyUpdatesOperationsExtensions.CreateOrUpdateParentAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Appliquer Mises à jour à la ressource avec parent
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)
Paramètres
- operations
- IApplyUpdatesOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom de groupe ressources
- providerName
- String
Nom du fournisseur de ressources
- resourceParentType
- String
Type parent de ressource
- resourceParentName
- String
Identificateur parent de ressource
- resourceType
- String
Type de ressource
- resourceName
- String
Identificateur de ressource
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Remarques
Appliquer des mises à jour de maintenance à la ressource avec parent
S’applique à
Azure SDK for .NET