Delen via


CommunicationsGateways interface

Interface die een CommunicationsGateways vertegenwoordigt.

Methoden

beginCreateOrUpdate(string, string, CommunicationsGateway, CommunicationsGatewaysCreateOrUpdateOptionalParams)

Een CommunicationsGateway maken

beginCreateOrUpdateAndWait(string, string, CommunicationsGateway, CommunicationsGatewaysCreateOrUpdateOptionalParams)

Een CommunicationsGateway maken

beginDelete(string, string, CommunicationsGatewaysDeleteOptionalParams)

Een CommunicationsGateway verwijderen

beginDeleteAndWait(string, string, CommunicationsGatewaysDeleteOptionalParams)

Een CommunicationsGateway verwijderen

get(string, string, CommunicationsGatewaysGetOptionalParams)

Een CommunicationsGateway ophalen

listByResourceGroup(string, CommunicationsGatewaysListByResourceGroupOptionalParams)

CommunicationsGateway-resources per resourcegroep weergeven

listBySubscription(CommunicationsGatewaysListBySubscriptionOptionalParams)

CommunicationsGateway-resources weergeven op abonnements-id

update(string, string, CommunicationsGatewayUpdate, CommunicationsGatewaysUpdateOptionalParams)

Een CommunicationsGateway bijwerken

Methodedetails

beginCreateOrUpdate(string, string, CommunicationsGateway, CommunicationsGatewaysCreateOrUpdateOptionalParams)

Een CommunicationsGateway maken

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

communicationsGatewayName

string

Unieke id voor deze implementatie

resource
CommunicationsGateway

Parameters voor het maken van resources.

Retouren

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

beginCreateOrUpdateAndWait(string, string, CommunicationsGateway, CommunicationsGatewaysCreateOrUpdateOptionalParams)

Een CommunicationsGateway maken

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

communicationsGatewayName

string

Unieke id voor deze implementatie

resource
CommunicationsGateway

Parameters voor het maken van resources.

Retouren

beginDelete(string, string, CommunicationsGatewaysDeleteOptionalParams)

Een CommunicationsGateway verwijderen

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

communicationsGatewayName

string

Unieke id voor deze implementatie

options
CommunicationsGatewaysDeleteOptionalParams

De optiesparameters.

Retouren

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

beginDeleteAndWait(string, string, CommunicationsGatewaysDeleteOptionalParams)

Een CommunicationsGateway verwijderen

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

communicationsGatewayName

string

Unieke id voor deze implementatie

options
CommunicationsGatewaysDeleteOptionalParams

De optiesparameters.

Retouren

Promise<void>

get(string, string, CommunicationsGatewaysGetOptionalParams)

Een CommunicationsGateway ophalen

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

communicationsGatewayName

string

Unieke id voor deze implementatie

options
CommunicationsGatewaysGetOptionalParams

De optiesparameters.

Retouren

listByResourceGroup(string, CommunicationsGatewaysListByResourceGroupOptionalParams)

CommunicationsGateway-resources per resourcegroep weergeven

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

Retouren

listBySubscription(CommunicationsGatewaysListBySubscriptionOptionalParams)

CommunicationsGateway-resources weergeven op abonnements-id

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

Parameters

Retouren

update(string, string, CommunicationsGatewayUpdate, CommunicationsGatewaysUpdateOptionalParams)

Een CommunicationsGateway bijwerken

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

communicationsGatewayName

string

Unieke id voor deze implementatie

properties
CommunicationsGatewayUpdate

De resource-eigenschappen die moeten worden bijgewerkt.

options
CommunicationsGatewaysUpdateOptionalParams

De optiesparameters.

Retouren