Compartilhar via


WebTestsOperationsExtensions.Get(IWebTestsOperations, String, String) Método

Definição

Obtenha uma definição de teste da Web específica do Application Insights.

public static Microsoft.Azure.Management.ApplicationInsights.Management.Models.WebTest Get (this Microsoft.Azure.Management.ApplicationInsights.Management.IWebTestsOperations operations, string resourceGroupName, string webTestName);
static member Get : Microsoft.Azure.Management.ApplicationInsights.Management.IWebTestsOperations * string * string -> Microsoft.Azure.Management.ApplicationInsights.Management.Models.WebTest
<Extension()>
Public Function Get (operations As IWebTestsOperations, resourceGroupName As String, webTestName As String) As 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.

Retornos

Aplica-se a