Sdílet prostřednictvím


CommunicationsGateways interface

Rozhraní představující CommunicationsGateways.

Metody

beginCreateOrUpdate(string, string, CommunicationsGateway, CommunicationsGatewaysCreateOrUpdateOptionalParams)

Vytvoření CommunicationsGateway

beginCreateOrUpdateAndWait(string, string, CommunicationsGateway, CommunicationsGatewaysCreateOrUpdateOptionalParams)

Vytvoření CommunicationsGateway

beginDelete(string, string, CommunicationsGatewaysDeleteOptionalParams)

Odstranění CommunicationsGateway

beginDeleteAndWait(string, string, CommunicationsGatewaysDeleteOptionalParams)

Odstranění CommunicationsGateway

get(string, string, CommunicationsGatewaysGetOptionalParams)

Získání CommunicationsGateway

listByResourceGroup(string, CommunicationsGatewaysListByResourceGroupOptionalParams)

Výpis prostředků CommunicationsGateway podle skupiny prostředků

listBySubscription(CommunicationsGatewaysListBySubscriptionOptionalParams)

Výpis prostředků CommunicationsGateway podle ID předplatného

update(string, string, CommunicationsGatewayUpdate, CommunicationsGatewaysUpdateOptionalParams)

Aktualizace CommunicationsGateway

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

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

Návraty

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í

options
CommunicationsGatewaysDeleteOptionalParams

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í

options
CommunicationsGatewaysDeleteOptionalParams

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í

options
CommunicationsGatewaysGetOptionalParams

Parametry možností.

Návraty

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.

Návraty

listBySubscription(CommunicationsGatewaysListBySubscriptionOptionalParams)

Výpis prostředků CommunicationsGateway podle ID předplatného

function listBySubscription(options?: CommunicationsGatewaysListBySubscriptionOptionalParams): PagedAsyncIterableIterator<CommunicationsGateway, CommunicationsGateway[], PageSettings>

Parametry

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.

options
CommunicationsGatewaysUpdateOptionalParams

Parametry možností.

Návraty