Partilhar via


CommunicationsGateways interface

Interface que representa um CommunicationsGateways.

Métodos

beginCreateOrUpdate(string, string, CommunicationsGateway, CommunicationsGatewaysCreateOrUpdateOptionalParams)

Criar um CommunicationsGateway

beginCreateOrUpdateAndWait(string, string, CommunicationsGateway, CommunicationsGatewaysCreateOrUpdateOptionalParams)

Criar um CommunicationsGateway

beginDelete(string, string, CommunicationsGatewaysDeleteOptionalParams)

Eliminar um CommunicationsGateway

beginDeleteAndWait(string, string, CommunicationsGatewaysDeleteOptionalParams)

Eliminar um CommunicationsGateway

get(string, string, CommunicationsGatewaysGetOptionalParams)

Obter um CommunicationsGateway

listByResourceGroup(string, CommunicationsGatewaysListByResourceGroupOptionalParams)

Listar recursos communicationsGateway por grupo de recursos

listBySubscription(CommunicationsGatewaysListBySubscriptionOptionalParams)

Listar recursos do CommunicationsGateway por ID de subscrição

update(string, string, CommunicationsGatewayUpdate, CommunicationsGatewaysUpdateOptionalParams)

Atualizar um CommunicationsGateway

Detalhes de Método

beginCreateOrUpdate(string, string, CommunicationsGateway, CommunicationsGatewaysCreateOrUpdateOptionalParams)

Criar um CommunicationsGateway

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.

communicationsGatewayName

string

Identificador exclusivo para esta implementação

resource
CommunicationsGateway

Parâmetros de criação de recursos.

options
CommunicationsGatewaysCreateOrUpdateOptionalParams

Os parâmetros de opções.

Devoluções

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

beginCreateOrUpdateAndWait(string, string, CommunicationsGateway, CommunicationsGatewaysCreateOrUpdateOptionalParams)

Criar um CommunicationsGateway

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.

communicationsGatewayName

string

Identificador exclusivo para esta implementação

resource
CommunicationsGateway

Parâmetros de criação de recursos.

options
CommunicationsGatewaysCreateOrUpdateOptionalParams

Os parâmetros de opções.

Devoluções

beginDelete(string, string, CommunicationsGatewaysDeleteOptionalParams)

Eliminar um CommunicationsGateway

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.

communicationsGatewayName

string

Identificador exclusivo para esta implementação

options
CommunicationsGatewaysDeleteOptionalParams

Os parâmetros de opções.

Devoluções

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

beginDeleteAndWait(string, string, CommunicationsGatewaysDeleteOptionalParams)

Eliminar um CommunicationsGateway

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.

communicationsGatewayName

string

Identificador exclusivo para esta implementação

options
CommunicationsGatewaysDeleteOptionalParams

Os parâmetros de opções.

Devoluções

Promise<void>

get(string, string, CommunicationsGatewaysGetOptionalParams)

Obter um CommunicationsGateway

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.

communicationsGatewayName

string

Identificador exclusivo para esta implementação

options
CommunicationsGatewaysGetOptionalParams

Os parâmetros de opções.

Devoluções

listByResourceGroup(string, CommunicationsGatewaysListByResourceGroupOptionalParams)

Listar recursos communicationsGateway por grupo de recursos

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.

options
CommunicationsGatewaysListByResourceGroupOptionalParams

Os parâmetros de opções.

Devoluções

listBySubscription(CommunicationsGatewaysListBySubscriptionOptionalParams)

Listar recursos do CommunicationsGateway por ID de subscrição

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

Parâmetros

options
CommunicationsGatewaysListBySubscriptionOptionalParams

Os parâmetros de opções.

Devoluções

update(string, string, CommunicationsGatewayUpdate, CommunicationsGatewaysUpdateOptionalParams)

Atualizar um CommunicationsGateway

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.

communicationsGatewayName

string

Identificador exclusivo para esta implementação

properties
CommunicationsGatewayUpdate

As propriedades do recurso a atualizar.

options
CommunicationsGatewaysUpdateOptionalParams

Os parâmetros de opções.

Devoluções