Compartilhar via


WebTestsOperationsExtensions.CreateOrUpdateAsync Método

Definição

Cria ou atualiza uma definição de teste web do Application Insights.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ApplicationInsights.Management.Models.WebTest> CreateOrUpdateAsync (this Microsoft.Azure.Management.ApplicationInsights.Management.IWebTestsOperations operations, string resourceGroupName, string webTestName, Microsoft.Azure.Management.ApplicationInsights.Management.Models.WebTest webTestDefinition, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.ApplicationInsights.Management.IWebTestsOperations * string * string * Microsoft.Azure.Management.ApplicationInsights.Management.Models.WebTest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ApplicationInsights.Management.Models.WebTest>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IWebTestsOperations, resourceGroupName As String, webTestName As String, webTestDefinition As WebTest, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WebTest)

Parâmetros

operations
IWebTestsOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

webTestName
String

O nome do recurso webtest do Application Insights.

webTestDefinition
WebTest

Propriedades que precisam ser especificadas para criar ou atualizar uma definição de teste web do Application Insights.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a