Partager via


ViewResourceFormatResource.Update Méthode

Définition

Crée une vue ou met à jour une vue existante dans le hub.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/views/{viewName}
  • IdViews_CreateOrUpdate d’opération
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CustomerInsights.ViewResourceFormatResource> Update (Azure.WaitUntil waitUntil, Azure.ResourceManager.CustomerInsights.ViewResourceFormatData data, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.WaitUntil * Azure.ResourceManager.CustomerInsights.ViewResourceFormatData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CustomerInsights.ViewResourceFormatResource>
override this.Update : Azure.WaitUntil * Azure.ResourceManager.CustomerInsights.ViewResourceFormatData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CustomerInsights.ViewResourceFormatResource>
Public Overridable Function Update (waitUntil As WaitUntil, data As ViewResourceFormatData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of ViewResourceFormatResource)

Paramètres

waitUntil
WaitUntil

Completed si la méthode doit attendre la fin de l’opération de longue durée sur le service ; Started s’il doit retourner après le démarrage de l’opération. Pour plus d’informations sur les opérations de longue durée, consultez Exemples d’opérations Azure.Core Long-Running.

data
ViewResourceFormatData

Paramètres fournis à l’opération CreateOrUpdate View.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

data a la valeur null.

S’applique à