WebTests interface
Interfaccia che rappresenta un test Web.
Metodi
create |
Crea o aggiorna una definizione di test Web di Application Insights. |
delete(string, string, Web |
Elimina un test Web di Application Insights. |
get(string, string, Web |
Ottenere una definizione specifica di test Web di Application Insights. |
list(Web |
Ottenere tutte le definizioni degli avvisi di test Web di Application Insights all'interno di una sottoscrizione. |
list |
Ottenere tutti i test Web di Application Insights definiti per il componente specificato. |
list |
Ottenere tutti i test Web di Application Insights definiti all'interno di un gruppo di risorse specificato. |
update |
Crea o aggiorna una definizione di test Web di Application Insights. |
Dettagli metodo
createOrUpdate(string, string, WebTest, WebTestsCreateOrUpdateOptionalParams)
Crea o aggiorna una definizione di test Web di Application Insights.
function createOrUpdate(resourceGroupName: string, webTestName: string, webTestDefinition: WebTest, options?: WebTestsCreateOrUpdateOptionalParams): Promise<WebTest>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.
- webTestName
-
string
Nome della risorsa webtest di Application Insights.
- webTestDefinition
- WebTest
Proprietà che devono essere specificate per creare o aggiornare una definizione di test Web di Application Insights.
Parametri delle opzioni.
Restituisce
Promise<WebTest>
delete(string, string, WebTestsDeleteOptionalParams)
Elimina un test Web di Application Insights.
function delete(resourceGroupName: string, webTestName: string, options?: WebTestsDeleteOptionalParams): Promise<void>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.
- webTestName
-
string
Nome della risorsa webtest di Application Insights.
- options
- WebTestsDeleteOptionalParams
Parametri delle opzioni.
Restituisce
Promise<void>
get(string, string, WebTestsGetOptionalParams)
Ottenere una definizione specifica di test Web di Application Insights.
function get(resourceGroupName: string, webTestName: string, options?: WebTestsGetOptionalParams): Promise<WebTest>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.
- webTestName
-
string
Nome della risorsa webtest di Application Insights.
- options
- WebTestsGetOptionalParams
Parametri delle opzioni.
Restituisce
Promise<WebTest>
list(WebTestsListOptionalParams)
Ottenere tutte le definizioni degli avvisi di test Web di Application Insights all'interno di una sottoscrizione.
function list(options?: WebTestsListOptionalParams): PagedAsyncIterableIterator<WebTest, WebTest[], PageSettings>
Parametri
- options
- WebTestsListOptionalParams
Parametri delle opzioni.
Restituisce
listByComponent(string, string, WebTestsListByComponentOptionalParams)
Ottenere tutti i test Web di Application Insights definiti per il componente specificato.
function listByComponent(componentName: string, resourceGroupName: string, options?: WebTestsListByComponentOptionalParams): PagedAsyncIterableIterator<WebTest, WebTest[], PageSettings>
Parametri
- componentName
-
string
Nome della risorsa componente di Application Insights.
- resourceGroupName
-
string
Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.
Parametri delle opzioni.
Restituisce
listByResourceGroup(string, WebTestsListByResourceGroupOptionalParams)
Ottenere tutti i test Web di Application Insights definiti all'interno di un gruppo di risorse specificato.
function listByResourceGroup(resourceGroupName: string, options?: WebTestsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<WebTest, WebTest[], PageSettings>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.
Parametri delle opzioni.
Restituisce
updateTags(string, string, TagsResource, WebTestsUpdateTagsOptionalParams)
Crea o aggiorna una definizione di test Web di Application Insights.
function updateTags(resourceGroupName: string, webTestName: string, webTestTags: TagsResource, options?: WebTestsUpdateTagsOptionalParams): Promise<WebTest>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.
- webTestName
-
string
Nome della risorsa webtest di Application Insights.
- webTestTags
- TagsResource
Aggiornamento delle informazioni sui tag da impostare nell'istanza del test Web.
- options
- WebTestsUpdateTagsOptionalParams
Parametri delle opzioni.
Restituisce
Promise<WebTest>
Azure SDK for JavaScript