Compartilhar via


ProfileResourceFormatCollection.CreateOrUpdate Método

Definição

Cria um perfil em um Hub ou atualiza um perfil existente.

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

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.

profileName
String

O nome do perfil.

data
ProfileResourceFormatData

Parâmetros fornecidos para a operação criar/excluir Tipo de perfil.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

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

profileName ou data é nulo.

Aplica-se a