Condividi tramite


CommunicationsGateways interface

Interfaccia che rappresenta un oggetto CommunicationsGateways.

Metodi

beginCreateOrUpdate(string, string, CommunicationsGateway, CommunicationsGatewaysCreateOrUpdateOptionalParams)

Creare un communicationsGateway

beginCreateOrUpdateAndWait(string, string, CommunicationsGateway, CommunicationsGatewaysCreateOrUpdateOptionalParams)

Creare un communicationsGateway

beginDelete(string, string, CommunicationsGatewaysDeleteOptionalParams)

Eliminare un communicationsGateway

beginDeleteAndWait(string, string, CommunicationsGatewaysDeleteOptionalParams)

Eliminare un communicationsGateway

get(string, string, CommunicationsGatewaysGetOptionalParams)

Ottenere un CommunicationsGateway

listByResourceGroup(string, CommunicationsGatewaysListByResourceGroupOptionalParams)

Elencare le risorse CommunicationsGateway per gruppo di risorse

listBySubscription(CommunicationsGatewaysListBySubscriptionOptionalParams)

Elencare le risorse CommunicationsGateway in base all'ID sottoscrizione

update(string, string, CommunicationsGatewayUpdate, CommunicationsGatewaysUpdateOptionalParams)

Aggiornare communicationsGateway

Dettagli metodo

beginCreateOrUpdate(string, string, CommunicationsGateway, CommunicationsGatewaysCreateOrUpdateOptionalParams)

Creare un communicationsGateway

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

communicationsGatewayName

string

Identificatore univoco per questa distribuzione

resource
CommunicationsGateway

Parametri di creazione della risorsa.

options
CommunicationsGatewaysCreateOrUpdateOptionalParams

Parametri delle opzioni.

Restituisce

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

beginCreateOrUpdateAndWait(string, string, CommunicationsGateway, CommunicationsGatewaysCreateOrUpdateOptionalParams)

Creare un communicationsGateway

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

communicationsGatewayName

string

Identificatore univoco per questa distribuzione

resource
CommunicationsGateway

Parametri di creazione della risorsa.

options
CommunicationsGatewaysCreateOrUpdateOptionalParams

Parametri delle opzioni.

Restituisce

beginDelete(string, string, CommunicationsGatewaysDeleteOptionalParams)

Eliminare un communicationsGateway

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

communicationsGatewayName

string

Identificatore univoco per questa distribuzione

options
CommunicationsGatewaysDeleteOptionalParams

Parametri delle opzioni.

Restituisce

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

beginDeleteAndWait(string, string, CommunicationsGatewaysDeleteOptionalParams)

Eliminare un communicationsGateway

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

communicationsGatewayName

string

Identificatore univoco per questa distribuzione

options
CommunicationsGatewaysDeleteOptionalParams

Parametri delle opzioni.

Restituisce

Promise<void>

get(string, string, CommunicationsGatewaysGetOptionalParams)

Ottenere un CommunicationsGateway

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

communicationsGatewayName

string

Identificatore univoco per questa distribuzione

options
CommunicationsGatewaysGetOptionalParams

Parametri delle opzioni.

Restituisce

listByResourceGroup(string, CommunicationsGatewaysListByResourceGroupOptionalParams)

Elencare le risorse CommunicationsGateway per gruppo di risorse

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

Restituisce

listBySubscription(CommunicationsGatewaysListBySubscriptionOptionalParams)

Elencare le risorse CommunicationsGateway in base all'ID sottoscrizione

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

Parametri

Restituisce

update(string, string, CommunicationsGatewayUpdate, CommunicationsGatewaysUpdateOptionalParams)

Aggiornare communicationsGateway

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

communicationsGatewayName

string

Identificatore univoco per questa distribuzione

properties
CommunicationsGatewayUpdate

Proprietà della risorsa da aggiornare.

options
CommunicationsGatewaysUpdateOptionalParams

Parametri delle opzioni.

Restituisce