MyWorkbookResource.UpdateAsync 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 privé qui a déjà été ajouté.
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/myWorkbooks/{resourceName}
- IdMyWorkbooks_Update d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApplicationInsights.MyWorkbookResource>> UpdateAsync (Azure.ResourceManager.ApplicationInsights.MyWorkbookData data, string sourceId = default, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.ResourceManager.ApplicationInsights.MyWorkbookData * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApplicationInsights.MyWorkbookResource>>
override this.UpdateAsync : Azure.ResourceManager.ApplicationInsights.MyWorkbookData * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApplicationInsights.MyWorkbookResource>>
Public Overridable Function UpdateAsync (data As MyWorkbookData, Optional sourceId As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of MyWorkbookResource))
Paramètres
- data
- MyWorkbookData
Propriétés qui doivent être spécifiées pour créer un classeur privé.
- sourceId
- String
ID de ressource Azure qui récupère tous les classeurs liés.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
data
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