Compartir a través de


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

Definición

Obtenga una definición de prueba web específica de 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

El grupo de operaciones de este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

webTestName
String

Nombre del recurso webtest de Application Insights.

Devoluciones

Se aplica a