TestLines interface
Rozhraní představující testlines
Metody
begin |
Vytvoření testovací linky |
begin |
Vytvoření testovací linky |
begin |
Odstranění testovací linky |
begin |
Odstranění testovací linky |
get(string, string, string, Test |
Získání testovací linky |
list |
Výpis prostředků TestLine by CommunicationsGateway |
update(string, string, string, Test |
Aktualizace testovací linky |
Podrobnosti metody
beginCreateOrUpdate(string, string, string, TestLine, TestLinesCreateOrUpdateOptionalParams)
Vytvoření testovací linky
function beginCreateOrUpdate(resourceGroupName: string, communicationsGatewayName: string, testLineName: string, resource: TestLine, options?: TestLinesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<TestLine>, TestLine>>
Parametry
- resourceGroupName
-
string
Název skupiny prostředků. Název nerozlišuje malá a velká písmena.
- communicationsGatewayName
-
string
Jedinečný identifikátor pro toto nasazení
- testLineName
-
string
Jedinečný identifikátor pro tento testovací řádek
- resource
- TestLine
Parametry vytvoření prostředku
Parametry možností.
Návraty
Promise<@azure/core-lro.SimplePollerLike<OperationState<TestLine>, TestLine>>
beginCreateOrUpdateAndWait(string, string, string, TestLine, TestLinesCreateOrUpdateOptionalParams)
Vytvoření testovací linky
function beginCreateOrUpdateAndWait(resourceGroupName: string, communicationsGatewayName: string, testLineName: string, resource: TestLine, options?: TestLinesCreateOrUpdateOptionalParams): Promise<TestLine>
Parametry
- resourceGroupName
-
string
Název skupiny prostředků. Název nerozlišuje malá a velká písmena.
- communicationsGatewayName
-
string
Jedinečný identifikátor pro toto nasazení
- testLineName
-
string
Jedinečný identifikátor pro tento testovací řádek
- resource
- TestLine
Parametry vytvoření prostředku
Parametry možností.
Návraty
Promise<TestLine>
beginDelete(string, string, string, TestLinesDeleteOptionalParams)
Odstranění testovací linky
function beginDelete(resourceGroupName: string, communicationsGatewayName: string, testLineName: string, options?: TestLinesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parametry
- resourceGroupName
-
string
Název skupiny prostředků. Název nerozlišuje malá a velká písmena.
- communicationsGatewayName
-
string
Jedinečný identifikátor pro toto nasazení
- testLineName
-
string
Jedinečný identifikátor pro tento testovací řádek
- options
- TestLinesDeleteOptionalParams
Parametry možností.
Návraty
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, TestLinesDeleteOptionalParams)
Odstranění testovací linky
function beginDeleteAndWait(resourceGroupName: string, communicationsGatewayName: string, testLineName: string, options?: TestLinesDeleteOptionalParams): Promise<void>
Parametry
- resourceGroupName
-
string
Název skupiny prostředků. Název nerozlišuje malá a velká písmena.
- communicationsGatewayName
-
string
Jedinečný identifikátor pro toto nasazení
- testLineName
-
string
Jedinečný identifikátor pro tento testovací řádek
- options
- TestLinesDeleteOptionalParams
Parametry možností.
Návraty
Promise<void>
get(string, string, string, TestLinesGetOptionalParams)
Získání testovací linky
function get(resourceGroupName: string, communicationsGatewayName: string, testLineName: string, options?: TestLinesGetOptionalParams): Promise<TestLine>
Parametry
- resourceGroupName
-
string
Název skupiny prostředků. Název nerozlišuje malá a velká písmena.
- communicationsGatewayName
-
string
Jedinečný identifikátor pro toto nasazení
- testLineName
-
string
Jedinečný identifikátor pro tento testovací řádek
- options
- TestLinesGetOptionalParams
Parametry možností.
Návraty
Promise<TestLine>
listByCommunicationsGateway(string, string, TestLinesListByCommunicationsGatewayOptionalParams)
Výpis prostředků TestLine by CommunicationsGateway
function listByCommunicationsGateway(resourceGroupName: string, communicationsGatewayName: string, options?: TestLinesListByCommunicationsGatewayOptionalParams): PagedAsyncIterableIterator<TestLine, TestLine[], PageSettings>
Parametry
- resourceGroupName
-
string
Název skupiny prostředků. Název nerozlišuje malá a velká písmena.
- communicationsGatewayName
-
string
Jedinečný identifikátor pro toto nasazení
Parametry možností.
Návraty
update(string, string, string, TestLineUpdate, TestLinesUpdateOptionalParams)
Aktualizace testovací linky
function update(resourceGroupName: string, communicationsGatewayName: string, testLineName: string, properties: TestLineUpdate, options?: TestLinesUpdateOptionalParams): Promise<TestLine>
Parametry
- resourceGroupName
-
string
Název skupiny prostředků. Název nerozlišuje malá a velká písmena.
- communicationsGatewayName
-
string
Jedinečný identifikátor pro toto nasazení
- testLineName
-
string
Jedinečný identifikátor pro tento testovací řádek
- properties
- TestLineUpdate
Vlastnosti prostředku, které se mají aktualizovat.
- options
- TestLinesUpdateOptionalParams
Parametry možností.
Návraty
Promise<TestLine>