CommunicationsGateways interface
Interfaccia che rappresenta un oggetto CommunicationsGateways.
Metodi
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.
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.
Parametri delle opzioni.
Restituisce
Promise<CommunicationsGateway>
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
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
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
Parametri delle opzioni.
Restituisce
Promise<CommunicationsGateway>
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.
Parametri delle opzioni.
Restituisce
listBySubscription(CommunicationsGatewaysListBySubscriptionOptionalParams)
Elencare le risorse CommunicationsGateway in base all'ID sottoscrizione
function listBySubscription(options?: CommunicationsGatewaysListBySubscriptionOptionalParams): PagedAsyncIterableIterator<CommunicationsGateway, CommunicationsGateway[], PageSettings>
Parametri
Parametri delle opzioni.
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.
Parametri delle opzioni.
Restituisce
Promise<CommunicationsGateway>