Partager via


CommunicationsGateways interface

Interface représentant un CommunicationsGateways.

Méthodes

beginCreateOrUpdate(string, string, CommunicationsGateway, CommunicationsGatewaysCreateOrUpdateOptionalParams)

Créer un CommunicationsGateway

beginCreateOrUpdateAndWait(string, string, CommunicationsGateway, CommunicationsGatewaysCreateOrUpdateOptionalParams)

Créer un CommunicationsGateway

beginDelete(string, string, CommunicationsGatewaysDeleteOptionalParams)

Supprimer un CommunicationsGateway

beginDeleteAndWait(string, string, CommunicationsGatewaysDeleteOptionalParams)

Supprimer un CommunicationsGateway

get(string, string, CommunicationsGatewaysGetOptionalParams)

Obtenir un CommunicationsGateway

listByResourceGroup(string, CommunicationsGatewaysListByResourceGroupOptionalParams)

Répertorier les ressources CommunicationsGateway par groupe de ressources

listBySubscription(CommunicationsGatewaysListBySubscriptionOptionalParams)

Répertorier les ressources CommunicationsGateway par ID d’abonnement

update(string, string, CommunicationsGatewayUpdate, CommunicationsGatewaysUpdateOptionalParams)

Mettre à jour un CommunicationsGateway

Détails de la méthode

beginCreateOrUpdate(string, string, CommunicationsGateway, CommunicationsGatewaysCreateOrUpdateOptionalParams)

Créer un CommunicationsGateway

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

communicationsGatewayName

string

Identificateur unique pour ce déploiement

resource
CommunicationsGateway

Paramètres de création de ressource.

options
CommunicationsGatewaysCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

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

beginCreateOrUpdateAndWait(string, string, CommunicationsGateway, CommunicationsGatewaysCreateOrUpdateOptionalParams)

Créer un CommunicationsGateway

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

communicationsGatewayName

string

Identificateur unique pour ce déploiement

resource
CommunicationsGateway

Paramètres de création de ressource.

options
CommunicationsGatewaysCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

beginDelete(string, string, CommunicationsGatewaysDeleteOptionalParams)

Supprimer un CommunicationsGateway

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

communicationsGatewayName

string

Identificateur unique pour ce déploiement

options
CommunicationsGatewaysDeleteOptionalParams

Paramètres d’options.

Retours

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

beginDeleteAndWait(string, string, CommunicationsGatewaysDeleteOptionalParams)

Supprimer un CommunicationsGateway

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

communicationsGatewayName

string

Identificateur unique pour ce déploiement

options
CommunicationsGatewaysDeleteOptionalParams

Paramètres d’options.

Retours

Promise<void>

get(string, string, CommunicationsGatewaysGetOptionalParams)

Obtenir un CommunicationsGateway

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

communicationsGatewayName

string

Identificateur unique pour ce déploiement

options
CommunicationsGatewaysGetOptionalParams

Paramètres d’options.

Retours

listByResourceGroup(string, CommunicationsGatewaysListByResourceGroupOptionalParams)

Répertorier les ressources CommunicationsGateway par groupe de ressources

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

Retours

listBySubscription(CommunicationsGatewaysListBySubscriptionOptionalParams)

Répertorier les ressources CommunicationsGateway par ID d’abonnement

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

Paramètres

Retours

update(string, string, CommunicationsGatewayUpdate, CommunicationsGatewaysUpdateOptionalParams)

Mettre à jour un CommunicationsGateway

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

communicationsGatewayName

string

Identificateur unique pour ce déploiement

properties
CommunicationsGatewayUpdate

Propriétés de ressource à mettre à jour.

options
CommunicationsGatewaysUpdateOptionalParams

Paramètres d’options.

Retours