TestLines interface
TestLines を表すインターフェイス。
メソッド
begin |
TestLine を作成する |
begin |
TestLine を作成する |
begin |
TestLine を削除する |
begin |
TestLine を削除する |
get(string, string, string, Test |
TestLine を取得する |
list |
CommunicationsGateway で TestLine リソースを一覧表示する |
update(string, string, string, Test |
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 パラメーター。
戻り値
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 パラメーター。
戻り値
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
options パラメーター。
戻り値
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
options パラメーター。
戻り値
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
options パラメーター。
戻り値
Promise<TestLine>
listByCommunicationsGateway(string, string, TestLinesListByCommunicationsGatewayOptionalParams)
CommunicationsGateway で TestLine リソースを一覧表示する
function listByCommunicationsGateway(resourceGroupName: string, communicationsGatewayName: string, options?: TestLinesListByCommunicationsGatewayOptionalParams): PagedAsyncIterableIterator<TestLine, TestLine[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- communicationsGatewayName
-
string
このデプロイの一意識別子
options パラメーター。
戻り値
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
options パラメーター。
戻り値
Promise<TestLine>