CommunicationsGateways interface
Rozhraní představující CommunicationsGateways.
Metody
Podrobnosti metody
beginCreateOrUpdate(string, string, CommunicationsGateway, CommunicationsGatewaysCreateOrUpdateOptionalParams)
Vytvoření CommunicationsGateway
function beginCreateOrUpdate(resourceGroupName: string, communicationsGatewayName: string, resource: CommunicationsGateway, options?: CommunicationsGatewaysCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CommunicationsGateway>, CommunicationsGateway>>
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í
- resource
- CommunicationsGateway
Parametry vytvoření prostředku
Parametry možností.
Návraty
Promise<@azure/core-lro.SimplePollerLike<OperationState<CommunicationsGateway>, CommunicationsGateway>>
beginCreateOrUpdateAndWait(string, string, CommunicationsGateway, CommunicationsGatewaysCreateOrUpdateOptionalParams)
Vytvoření CommunicationsGateway
function beginCreateOrUpdateAndWait(resourceGroupName: string, communicationsGatewayName: string, resource: CommunicationsGateway, options?: CommunicationsGatewaysCreateOrUpdateOptionalParams): Promise<CommunicationsGateway>
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í
- resource
- CommunicationsGateway
Parametry vytvoření prostředku
Parametry možností.
Návraty
Promise<CommunicationsGateway>
beginDelete(string, string, CommunicationsGatewaysDeleteOptionalParams)
Odstranění CommunicationsGateway
function beginDelete(resourceGroupName: string, communicationsGatewayName: string, options?: CommunicationsGatewaysDeleteOptionalParams): 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í
Parametry možností.
Návraty
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, CommunicationsGatewaysDeleteOptionalParams)
Odstranění CommunicationsGateway
function beginDeleteAndWait(resourceGroupName: string, communicationsGatewayName: string, options?: CommunicationsGatewaysDeleteOptionalParams): 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í
Parametry možností.
Návraty
Promise<void>
get(string, string, CommunicationsGatewaysGetOptionalParams)
Získání CommunicationsGateway
function get(resourceGroupName: string, communicationsGatewayName: string, options?: CommunicationsGatewaysGetOptionalParams): Promise<CommunicationsGateway>
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
Promise<CommunicationsGateway>
listByResourceGroup(string, CommunicationsGatewaysListByResourceGroupOptionalParams)
Výpis prostředků CommunicationsGateway podle skupiny prostředků
function listByResourceGroup(resourceGroupName: string, options?: CommunicationsGatewaysListByResourceGroupOptionalParams): PagedAsyncIterableIterator<CommunicationsGateway, CommunicationsGateway[], PageSettings>
Parametry
- resourceGroupName
-
string
Název skupiny prostředků. Název nerozlišuje malá a velká písmena.
Parametry možností.
Návraty
listBySubscription(CommunicationsGatewaysListBySubscriptionOptionalParams)
Výpis prostředků CommunicationsGateway podle ID předplatného
function listBySubscription(options?: CommunicationsGatewaysListBySubscriptionOptionalParams): PagedAsyncIterableIterator<CommunicationsGateway, CommunicationsGateway[], PageSettings>
Parametry
Parametry možností.
Návraty
update(string, string, CommunicationsGatewayUpdate, CommunicationsGatewaysUpdateOptionalParams)
Aktualizace CommunicationsGateway
function update(resourceGroupName: string, communicationsGatewayName: string, properties: CommunicationsGatewayUpdate, options?: CommunicationsGatewaysUpdateOptionalParams): Promise<CommunicationsGateway>
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í
- properties
- CommunicationsGatewayUpdate
Vlastnosti prostředku, které se mají aktualizovat.
Parametry možností.
Návraty
Promise<CommunicationsGateway>