WorkbookResource.UpdateAsync(WorkbookPatch, String, CancellationToken) 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.
Mises à jour un classeur qui a déjà été ajouté.
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/workbooks/{resourceName}
- IdWorkbooks_Update d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApplicationInsights.WorkbookResource>> UpdateAsync (Azure.ResourceManager.ApplicationInsights.Models.WorkbookPatch patch, string sourceId = default, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.ResourceManager.ApplicationInsights.Models.WorkbookPatch * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApplicationInsights.WorkbookResource>>
override this.UpdateAsync : Azure.ResourceManager.ApplicationInsights.Models.WorkbookPatch * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApplicationInsights.WorkbookResource>>
Public Overridable Function UpdateAsync (patch As WorkbookPatch, Optional sourceId As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of WorkbookResource))
Paramètres
- patch
- WorkbookPatch
Propriétés qui doivent être spécifiées pour créer un classeur.
- sourceId
- String
ID de ressource Azure qui extrait tous les classeurs liés.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
patch
a la valeur null.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET