MaintenanceExtensions.CreateOrUpdateApplyUpdateByParent 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 les mises à jour de maintenance à la ressource avec le parent
- Chemin de la demande/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{providerName}/{resourceParentType}/{resourceParentName}/{resourceType}/{resourceName}/providers/Microsoft.Maintenance/applyUpdates/default
- IdApplyUpdates_CreateOrUpdateParent d’opération
public static Azure.Response<Azure.ResourceManager.Maintenance.MaintenanceApplyUpdateResource> CreateOrUpdateApplyUpdateByParent (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string providerName, string resourceParentType, string resourceParentName, string resourceType, string resourceName, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateApplyUpdateByParent : Azure.ResourceManager.Resources.ResourceGroupResource * string * string * string * string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Maintenance.MaintenanceApplyUpdateResource>
<Extension()>
Public Function CreateOrUpdateApplyUpdateByParent (resourceGroupResource As ResourceGroupResource, providerName As String, resourceParentType As String, resourceParentName As String, resourceType As String, resourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of MaintenanceApplyUpdateResource)
Paramètres
- resourceGroupResource
- ResourceGroupResource
Instance ResourceGroupResource sur laquelle la méthode s’exécute.
- 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 à utiliser.
Retours
Exceptions
providerName
, resourceParentType
, resourceParentName
resourceType
ou resourceName
est une chaîne vide et devait être non vide.
providerName
, resourceParentType
, resourceParentName
resourceType
ou resourceName
a la valeur Null.