Condividi tramite


TestLines interface

Interfaccia che rappresenta un oggetto TestLines.

Metodi

beginCreateOrUpdate(string, string, string, TestLine, TestLinesCreateOrUpdateOptionalParams)

Creare un oggetto TestLine

beginCreateOrUpdateAndWait(string, string, string, TestLine, TestLinesCreateOrUpdateOptionalParams)

Creare un oggetto TestLine

beginDelete(string, string, string, TestLinesDeleteOptionalParams)

Eliminare un oggetto TestLine

beginDeleteAndWait(string, string, string, TestLinesDeleteOptionalParams)

Eliminare un oggetto TestLine

get(string, string, string, TestLinesGetOptionalParams)

Ottenere un testline

listByCommunicationsGateway(string, string, TestLinesListByCommunicationsGatewayOptionalParams)

Elencare le risorse TestLine da CommunicationsGateway

update(string, string, string, TestLineUpdate, TestLinesUpdateOptionalParams)

Aggiornare un elemento TestLine

Dettagli metodo

beginCreateOrUpdate(string, string, string, TestLine, TestLinesCreateOrUpdateOptionalParams)

Creare un oggetto TestLine

function beginCreateOrUpdate(resourceGroupName: string, communicationsGatewayName: string, testLineName: string, resource: TestLine, options?: TestLinesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<TestLine>, TestLine>>

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

communicationsGatewayName

string

Identificatore univoco per questa distribuzione

testLineName

string

Identificatore univoco per questa riga di test

resource
TestLine

Parametri di creazione della risorsa.

options
TestLinesCreateOrUpdateOptionalParams

Parametri delle opzioni.

Restituisce

Promise<@azure/core-lro.SimplePollerLike<OperationState<TestLine>, TestLine>>

beginCreateOrUpdateAndWait(string, string, string, TestLine, TestLinesCreateOrUpdateOptionalParams)

Creare un oggetto TestLine

function beginCreateOrUpdateAndWait(resourceGroupName: string, communicationsGatewayName: string, testLineName: string, resource: TestLine, options?: TestLinesCreateOrUpdateOptionalParams): Promise<TestLine>

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

communicationsGatewayName

string

Identificatore univoco per questa distribuzione

testLineName

string

Identificatore univoco per questa riga di test

resource
TestLine

Parametri di creazione della risorsa.

options
TestLinesCreateOrUpdateOptionalParams

Parametri delle opzioni.

Restituisce

Promise<TestLine>

beginDelete(string, string, string, TestLinesDeleteOptionalParams)

Eliminare un oggetto TestLine

function beginDelete(resourceGroupName: string, communicationsGatewayName: string, testLineName: string, options?: TestLinesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

communicationsGatewayName

string

Identificatore univoco per questa distribuzione

testLineName

string

Identificatore univoco per questa riga di test

options
TestLinesDeleteOptionalParams

Parametri delle opzioni.

Restituisce

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, string, TestLinesDeleteOptionalParams)

Eliminare un oggetto TestLine

function beginDeleteAndWait(resourceGroupName: string, communicationsGatewayName: string, testLineName: string, options?: TestLinesDeleteOptionalParams): Promise<void>

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

communicationsGatewayName

string

Identificatore univoco per questa distribuzione

testLineName

string

Identificatore univoco per questa riga di test

options
TestLinesDeleteOptionalParams

Parametri delle opzioni.

Restituisce

Promise<void>

get(string, string, string, TestLinesGetOptionalParams)

Ottenere un testline

function get(resourceGroupName: string, communicationsGatewayName: string, testLineName: string, options?: TestLinesGetOptionalParams): Promise<TestLine>

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

communicationsGatewayName

string

Identificatore univoco per questa distribuzione

testLineName

string

Identificatore univoco per questa riga di test

options
TestLinesGetOptionalParams

Parametri delle opzioni.

Restituisce

Promise<TestLine>

listByCommunicationsGateway(string, string, TestLinesListByCommunicationsGatewayOptionalParams)

Elencare le risorse TestLine da CommunicationsGateway

function listByCommunicationsGateway(resourceGroupName: string, communicationsGatewayName: string, options?: TestLinesListByCommunicationsGatewayOptionalParams): PagedAsyncIterableIterator<TestLine, TestLine[], PageSettings>

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

communicationsGatewayName

string

Identificatore univoco per questa distribuzione

options
TestLinesListByCommunicationsGatewayOptionalParams

Parametri delle opzioni.

Restituisce

update(string, string, string, TestLineUpdate, TestLinesUpdateOptionalParams)

Aggiornare un elemento TestLine

function update(resourceGroupName: string, communicationsGatewayName: string, testLineName: string, properties: TestLineUpdate, options?: TestLinesUpdateOptionalParams): Promise<TestLine>

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

communicationsGatewayName

string

Identificatore univoco per questa distribuzione

testLineName

string

Identificatore univoco per questa riga di test

properties
TestLineUpdate

Proprietà della risorsa da aggiornare.

options
TestLinesUpdateOptionalParams

Parametri delle opzioni.

Restituisce

Promise<TestLine>