Udostępnij za pośrednictwem


CommunicationsGateways interface

Interfejs reprezentujący bramę CommunicationsGateways.

Metody

beginCreateOrUpdate(string, string, CommunicationsGateway, CommunicationsGatewaysCreateOrUpdateOptionalParams)

Tworzenie bramy CommunicationsGateway

beginCreateOrUpdateAndWait(string, string, CommunicationsGateway, CommunicationsGatewaysCreateOrUpdateOptionalParams)

Tworzenie bramy CommunicationsGateway

beginDelete(string, string, CommunicationsGatewaysDeleteOptionalParams)

Usuwanie elementu CommunicationsGateway

beginDeleteAndWait(string, string, CommunicationsGatewaysDeleteOptionalParams)

Usuwanie elementu CommunicationsGateway

get(string, string, CommunicationsGatewaysGetOptionalParams)

Uzyskiwanie bramy CommunicationsGateway

listByResourceGroup(string, CommunicationsGatewaysListByResourceGroupOptionalParams)

Wyświetlanie listy zasobów CommunicationsGateway według grupy zasobów

listBySubscription(CommunicationsGatewaysListBySubscriptionOptionalParams)

Wyświetlanie listy zasobów CommunicationsGateway według identyfikatora subskrypcji

update(string, string, CommunicationsGatewayUpdate, CommunicationsGatewaysUpdateOptionalParams)

Aktualizowanie bramy CommunicationsGateway

Szczegóły metody

beginCreateOrUpdate(string, string, CommunicationsGateway, CommunicationsGatewaysCreateOrUpdateOptionalParams)

Tworzenie bramy CommunicationsGateway

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.

communicationsGatewayName

string

Unikatowy identyfikator dla tego wdrożenia

resource
CommunicationsGateway

Parametry tworzenia zasobu.

Zwraca

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

beginCreateOrUpdateAndWait(string, string, CommunicationsGateway, CommunicationsGatewaysCreateOrUpdateOptionalParams)

Tworzenie bramy CommunicationsGateway

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.

communicationsGatewayName

string

Unikatowy identyfikator dla tego wdrożenia

resource
CommunicationsGateway

Parametry tworzenia zasobu.

Zwraca

beginDelete(string, string, CommunicationsGatewaysDeleteOptionalParams)

Usuwanie elementu CommunicationsGateway

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.

communicationsGatewayName

string

Unikatowy identyfikator dla tego wdrożenia

Zwraca

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

beginDeleteAndWait(string, string, CommunicationsGatewaysDeleteOptionalParams)

Usuwanie elementu CommunicationsGateway

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.

communicationsGatewayName

string

Unikatowy identyfikator dla tego wdrożenia

Zwraca

Promise<void>

get(string, string, CommunicationsGatewaysGetOptionalParams)

Uzyskiwanie bramy CommunicationsGateway

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.

communicationsGatewayName

string

Unikatowy identyfikator dla tego wdrożenia

options
CommunicationsGatewaysGetOptionalParams

Parametry opcji.

Zwraca

listByResourceGroup(string, CommunicationsGatewaysListByResourceGroupOptionalParams)

Wyświetlanie listy zasobów CommunicationsGateway według grupy zasobów

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.

Zwraca

listBySubscription(CommunicationsGatewaysListBySubscriptionOptionalParams)

Wyświetlanie listy zasobów CommunicationsGateway według identyfikatora subskrypcji

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

Parametry

Zwraca

update(string, string, CommunicationsGatewayUpdate, CommunicationsGatewaysUpdateOptionalParams)

Aktualizowanie bramy CommunicationsGateway

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.

communicationsGatewayName

string

Unikatowy identyfikator dla tego wdrożenia

properties
CommunicationsGatewayUpdate

Właściwości zasobu do zaktualizowania.

Zwraca