CommunicationsGateways interface
Schnittstelle, die eine CommunicationsGateways darstellt.
Methoden
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.
Die Optionsparameter.
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.
Die Optionsparameter.
Gibt zurück
Promise<CommunicationsGateway>
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
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
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
Die Optionsparameter.
Gibt zurück
Promise<CommunicationsGateway>
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.
Die Optionsparameter.
Gibt zurück
listBySubscription(CommunicationsGatewaysListBySubscriptionOptionalParams)
Auflisten von CommunicationsGateway-Ressourcen nach Abonnement-ID
function listBySubscription(options?: CommunicationsGatewaysListBySubscriptionOptionalParams): PagedAsyncIterableIterator<CommunicationsGateway, CommunicationsGateway[], PageSettings>
Parameter
Die Optionsparameter.
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.
Die Optionsparameter.
Gibt zurück
Promise<CommunicationsGateway>