Compartilhar via


ViewResourceFormatCollection.CreateOrUpdateAsync Método

Definição

Cria uma exibição ou atualiza uma exibição existente no hub.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/views/{viewName}
  • Operação IdViews_CreateOrUpdate
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CustomerInsights.ViewResourceFormatResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string viewName, Azure.ResourceManager.CustomerInsights.ViewResourceFormatData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.CustomerInsights.ViewResourceFormatData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CustomerInsights.ViewResourceFormatResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.CustomerInsights.ViewResourceFormatData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CustomerInsights.ViewResourceFormatResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, viewName As String, data As ViewResourceFormatData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of ViewResourceFormatResource))

Parâmetros

waitUntil
WaitUntil

Completed se o método deve aguardar para retornar até que a operação de execução prolongada seja concluída no serviço; Started se ele deve retornar depois de iniciar a operação. Para obter mais informações sobre operações de execução prolongada, consulte Exemplos de operação de Long-Running do Azure.Core.

viewName
String

O nome da exibição.

data
ViewResourceFormatData

Parâmetros fornecidos para a operação CreateOrUpdate View.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

viewName é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.

viewName ou data é nulo.

Aplica-se a