Compartilhar via


TestLines interface

Interface que representa um TestLines.

Métodos

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

Criar uma Linha de Teste

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

Criar uma Linha de Teste

beginDelete(string, string, string, TestLinesDeleteOptionalParams)

Excluir uma Linha de Teste

beginDeleteAndWait(string, string, string, TestLinesDeleteOptionalParams)

Excluir uma Linha de Teste

get(string, string, string, TestLinesGetOptionalParams)

Obter uma Linha de Teste

listByCommunicationsGateway(string, string, TestLinesListByCommunicationsGatewayOptionalParams)

Listar recursos do TestLine por CommunicationsGateway

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

Atualizar uma Linha de Teste

Detalhes do método

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

Criar uma Linha de Teste

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

communicationsGatewayName

string

Identificador exclusivo para esta implantação

testLineName

string

Identificador exclusivo para esta linha de teste

resource
TestLine

Parâmetros de criação de recursos.

options
TestLinesCreateOrUpdateOptionalParams

Os parâmetros de opções.

Retornos

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

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

Criar uma Linha de Teste

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

communicationsGatewayName

string

Identificador exclusivo para esta implantação

testLineName

string

Identificador exclusivo para esta linha de teste

resource
TestLine

Parâmetros de criação de recursos.

options
TestLinesCreateOrUpdateOptionalParams

Os parâmetros de opções.

Retornos

Promise<TestLine>

beginDelete(string, string, string, TestLinesDeleteOptionalParams)

Excluir uma Linha de Teste

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

communicationsGatewayName

string

Identificador exclusivo para esta implantação

testLineName

string

Identificador exclusivo para esta linha de teste

options
TestLinesDeleteOptionalParams

Os parâmetros de opções.

Retornos

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

beginDeleteAndWait(string, string, string, TestLinesDeleteOptionalParams)

Excluir uma Linha de Teste

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

communicationsGatewayName

string

Identificador exclusivo para esta implantação

testLineName

string

Identificador exclusivo para esta linha de teste

options
TestLinesDeleteOptionalParams

Os parâmetros de opções.

Retornos

Promise<void>

get(string, string, string, TestLinesGetOptionalParams)

Obter uma Linha de Teste

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

communicationsGatewayName

string

Identificador exclusivo para esta implantação

testLineName

string

Identificador exclusivo para esta linha de teste

options
TestLinesGetOptionalParams

Os parâmetros de opções.

Retornos

Promise<TestLine>

listByCommunicationsGateway(string, string, TestLinesListByCommunicationsGatewayOptionalParams)

Listar recursos do TestLine por CommunicationsGateway

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

communicationsGatewayName

string

Identificador exclusivo para esta implantação

options
TestLinesListByCommunicationsGatewayOptionalParams

Os parâmetros de opções.

Retornos

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

Atualizar uma Linha de Teste

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

communicationsGatewayName

string

Identificador exclusivo para esta implantação

testLineName

string

Identificador exclusivo para esta linha de teste

properties
TestLineUpdate

As propriedades do recurso a serem atualizadas.

options
TestLinesUpdateOptionalParams

Os parâmetros de opções.

Retornos

Promise<TestLine>