ApplyUpdatesOperationsExtensions.GetParentAsync 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.
Suivre Mises à jour à la ressource avec le parent
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)
Paramètres
- operations
- IApplyUpdatesOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom de groupe ressources
- resourceParentType
- String
Type parent de ressource
- resourceParentName
- String
Identificateur parent de ressource
- providerName
- String
Nom du fournisseur de ressources
- resourceType
- String
Type de ressource
- resourceName
- String
Identificateur de ressource
- applyUpdateName
- String
applyUpdate ID
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Remarques
Suivre les mises à jour de maintenance de la ressource avec le parent
S’applique à
Azure SDK for .NET