Partilhar via


LogProfileCollection.CreateOrUpdateAsync Método

Definição

Criar ou atualizar um perfil de log na API REST de Monitoramento do Azure.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/providers/Microsoft.Insights/logprofiles/{logProfileName}
  • IdLogProfiles_CreateOrUpdate de operação
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Monitor.LogProfileResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string logProfileName, Azure.ResourceManager.Monitor.LogProfileData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Monitor.LogProfileData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Monitor.LogProfileResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Monitor.LogProfileData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Monitor.LogProfileResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, logProfileName As String, data As LogProfileData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of LogProfileResource))

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.

logProfileName
String

O nome do perfil de log.

data
LogProfileData

Parâmetros fornecidos para a operação.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

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

logProfileName ou data é nulo.

Aplica-se a