Partilhar via


LinkResourceFormatCollection.CreateOrUpdateAsync Método

Definição

Cria um link ou atualiza um link existente no hub.

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

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 longa execução, consulte Exemplos de operação de Long-Running do Azure.Core.

linkName
String

O nome do link.

data
LinkResourceFormatData

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

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

linkName é uma cadeia de caracteres vazia e era esperado que não estivesse vazio.

linkName ou data é nulo.

Aplica-se a