Partilhar via


TestLines interface

Interface que representa uma 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)

Eliminar uma Linha de Teste

beginDeleteAndWait(string, string, string, TestLinesDeleteOptionalParams)

Eliminar uma Linha de Teste

get(string, string, string, TestLinesGetOptionalParams)

Obter uma Linha de Teste

listByCommunicationsGateway(string, string, TestLinesListByCommunicationsGatewayOptionalParams)

Listar recursos testline por CommunicationsGateway

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

Atualizar uma Linha de Teste

Detalhes de 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 é sensível a maiúsculas e minúsculas.

communicationsGatewayName

string

Identificador exclusivo para esta implementaçã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.

Devoluções

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 é sensível a maiúsculas e minúsculas.

communicationsGatewayName

string

Identificador exclusivo para esta implementaçã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.

Devoluções

Promise<TestLine>

beginDelete(string, string, string, TestLinesDeleteOptionalParams)

Eliminar 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 é sensível a maiúsculas e minúsculas.

communicationsGatewayName

string

Identificador exclusivo para esta implementação

testLineName

string

Identificador exclusivo para esta linha de teste

options
TestLinesDeleteOptionalParams

Os parâmetros de opções.

Devoluções

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

beginDeleteAndWait(string, string, string, TestLinesDeleteOptionalParams)

Eliminar 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 é sensível a maiúsculas e minúsculas.

communicationsGatewayName

string

Identificador exclusivo para esta implementação

testLineName

string

Identificador exclusivo para esta linha de teste

options
TestLinesDeleteOptionalParams

Os parâmetros de opções.

Devoluções

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 é sensível a maiúsculas e minúsculas.

communicationsGatewayName

string

Identificador exclusivo para esta implementação

testLineName

string

Identificador exclusivo para esta linha de teste

options
TestLinesGetOptionalParams

Os parâmetros de opções.

Devoluções

Promise<TestLine>

listByCommunicationsGateway(string, string, TestLinesListByCommunicationsGatewayOptionalParams)

Listar recursos 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 é sensível a maiúsculas e minúsculas.

communicationsGatewayName

string

Identificador exclusivo para esta implementação

options
TestLinesListByCommunicationsGatewayOptionalParams

Os parâmetros de opções.

Devoluções

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 é sensível a maiúsculas e minúsculas.

communicationsGatewayName

string

Identificador exclusivo para esta implementação

testLineName

string

Identificador exclusivo para esta linha de teste

properties
TestLineUpdate

As propriedades do recurso a atualizar.

options
TestLinesUpdateOptionalParams

Os parâmetros de opções.

Devoluções

Promise<TestLine>