共用方式為


TestLines interface

表示 TestLines 的介面。

方法

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

建立 TestLine

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

建立 TestLine

beginDelete(string, string, string, TestLinesDeleteOptionalParams)

刪除 TestLine

beginDeleteAndWait(string, string, string, TestLinesDeleteOptionalParams)

刪除 TestLine

get(string, string, string, TestLinesGetOptionalParams)

取得 TestLine

listByCommunicationsGateway(string, string, TestLinesListByCommunicationsGatewayOptionalParams)

依 CommunicationsGateway 列出 TestLine 資源

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

更新 TestLine

方法詳細資料

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

建立 TestLine

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

communicationsGatewayName

string

此部署的唯一識別碼

testLineName

string

此測試行的唯一識別碼

resource
TestLine

資源建立參數。

options
TestLinesCreateOrUpdateOptionalParams

選項參數。

傳回

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

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

建立 TestLine

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

communicationsGatewayName

string

此部署的唯一識別碼

testLineName

string

此測試行的唯一識別碼

resource
TestLine

資源建立參數。

options
TestLinesCreateOrUpdateOptionalParams

選項參數。

傳回

Promise<TestLine>

beginDelete(string, string, string, TestLinesDeleteOptionalParams)

刪除 TestLine

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

communicationsGatewayName

string

此部署的唯一識別碼

testLineName

string

此測試行的唯一識別碼

options
TestLinesDeleteOptionalParams

選項參數。

傳回

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

beginDeleteAndWait(string, string, string, TestLinesDeleteOptionalParams)

刪除 TestLine

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

communicationsGatewayName

string

此部署的唯一識別碼

testLineName

string

此測試行的唯一識別碼

options
TestLinesDeleteOptionalParams

選項參數。

傳回

Promise<void>

get(string, string, string, TestLinesGetOptionalParams)

取得 TestLine

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

communicationsGatewayName

string

此部署的唯一識別碼

testLineName

string

此測試行的唯一識別碼

options
TestLinesGetOptionalParams

選項參數。

傳回

Promise<TestLine>

listByCommunicationsGateway(string, string, TestLinesListByCommunicationsGatewayOptionalParams)

依 CommunicationsGateway 列出 TestLine 資源

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

communicationsGatewayName

string

此部署的唯一識別碼

傳回

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

更新 TestLine

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

communicationsGatewayName

string

此部署的唯一識別碼

testLineName

string

此測試行的唯一識別碼

properties
TestLineUpdate

要更新的資源屬性。

options
TestLinesUpdateOptionalParams

選項參數。

傳回

Promise<TestLine>