Freigeben über


CommunicationsGateways interface

Schnittstelle, die eine CommunicationsGateways darstellt.

Methoden

beginCreateOrUpdate(string, string, CommunicationsGateway, CommunicationsGatewaysCreateOrUpdateOptionalParams)

Erstellen eines CommunicationsGateway

beginCreateOrUpdateAndWait(string, string, CommunicationsGateway, CommunicationsGatewaysCreateOrUpdateOptionalParams)

Erstellen eines CommunicationsGateway

beginDelete(string, string, CommunicationsGatewaysDeleteOptionalParams)

Löschen eines CommunicationsGateway

beginDeleteAndWait(string, string, CommunicationsGatewaysDeleteOptionalParams)

Löschen eines CommunicationsGateway

get(string, string, CommunicationsGatewaysGetOptionalParams)

Abrufen eines CommunicationsGateway

listByResourceGroup(string, CommunicationsGatewaysListByResourceGroupOptionalParams)

Auflisten von CommunicationsGateway-Ressourcen nach Ressourcengruppe

listBySubscription(CommunicationsGatewaysListBySubscriptionOptionalParams)

Auflisten von CommunicationsGateway-Ressourcen nach Abonnement-ID

update(string, string, CommunicationsGatewayUpdate, CommunicationsGatewaysUpdateOptionalParams)

Aktualisieren eines CommunicationsGateway

Details zur Methode

beginCreateOrUpdate(string, string, CommunicationsGateway, CommunicationsGatewaysCreateOrUpdateOptionalParams)

Erstellen eines CommunicationsGateway

function beginCreateOrUpdate(resourceGroupName: string, communicationsGatewayName: string, resource: CommunicationsGateway, options?: CommunicationsGatewaysCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CommunicationsGateway>, CommunicationsGateway>>

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.

communicationsGatewayName

string

Eindeutiger Bezeichner für diese Bereitstellung

resource
CommunicationsGateway

Parameter zum Erstellen von Ressourcen.

Gibt zurück

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

beginCreateOrUpdateAndWait(string, string, CommunicationsGateway, CommunicationsGatewaysCreateOrUpdateOptionalParams)

Erstellen eines CommunicationsGateway

function beginCreateOrUpdateAndWait(resourceGroupName: string, communicationsGatewayName: string, resource: CommunicationsGateway, options?: CommunicationsGatewaysCreateOrUpdateOptionalParams): Promise<CommunicationsGateway>

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.

communicationsGatewayName

string

Eindeutiger Bezeichner für diese Bereitstellung

resource
CommunicationsGateway

Parameter zum Erstellen von Ressourcen.

Gibt zurück

beginDelete(string, string, CommunicationsGatewaysDeleteOptionalParams)

Löschen eines CommunicationsGateway

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.

communicationsGatewayName

string

Eindeutiger Bezeichner für diese Bereitstellung

options
CommunicationsGatewaysDeleteOptionalParams

Die Optionsparameter.

Gibt zurück

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

beginDeleteAndWait(string, string, CommunicationsGatewaysDeleteOptionalParams)

Löschen eines CommunicationsGateway

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.

communicationsGatewayName

string

Eindeutiger Bezeichner für diese Bereitstellung

options
CommunicationsGatewaysDeleteOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<void>

get(string, string, CommunicationsGatewaysGetOptionalParams)

Abrufen eines CommunicationsGateway

function get(resourceGroupName: string, communicationsGatewayName: string, options?: CommunicationsGatewaysGetOptionalParams): Promise<CommunicationsGateway>

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.

communicationsGatewayName

string

Eindeutiger Bezeichner für diese Bereitstellung

options
CommunicationsGatewaysGetOptionalParams

Die Optionsparameter.

Gibt zurück

listByResourceGroup(string, CommunicationsGatewaysListByResourceGroupOptionalParams)

Auflisten von CommunicationsGateway-Ressourcen nach Ressourcengruppe

function listByResourceGroup(resourceGroupName: string, options?: CommunicationsGatewaysListByResourceGroupOptionalParams): PagedAsyncIterableIterator<CommunicationsGateway, CommunicationsGateway[], PageSettings>

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.

Gibt zurück

listBySubscription(CommunicationsGatewaysListBySubscriptionOptionalParams)

Auflisten von CommunicationsGateway-Ressourcen nach Abonnement-ID

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

Parameter

Gibt zurück

update(string, string, CommunicationsGatewayUpdate, CommunicationsGatewaysUpdateOptionalParams)

Aktualisieren eines CommunicationsGateway

function update(resourceGroupName: string, communicationsGatewayName: string, properties: CommunicationsGatewayUpdate, options?: CommunicationsGatewaysUpdateOptionalParams): Promise<CommunicationsGateway>

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.

communicationsGatewayName

string

Eindeutiger Bezeichner für diese Bereitstellung

properties
CommunicationsGatewayUpdate

Die zu aktualisierenden Ressourceneigenschaften.

options
CommunicationsGatewaysUpdateOptionalParams

Die Optionsparameter.

Gibt zurück