WebTestsOperationsExtensions.CreateOrUpdateAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Azure SDK for .NET