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)

Excluir um CommunicationsGateway

beginDeleteAndWait(string, string, CommunicationsGatewaysDeleteOptionalParams)

Excluir um CommunicationsGateway

get(string, string, CommunicationsGatewaysGetOptionalParams)

Obtenha um CommunicationsGateway

listByResourceGroup(string, CommunicationsGatewaysListByResourceGroupOptionalParams)

Listar recursos do CommunicationsGateway por grupo de recursos

listBySubscription(CommunicationsGatewaysListBySubscriptionOptionalParams)

Listar recursos do CommunicationsGateway por ID de assinatura

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 diferencia maiúsculas de minúsculas.

communicationsGatewayName

string

Identificador exclusivo para esta implantaçã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 diferencia maiúsculas de minúsculas.

communicationsGatewayName

string

Identificador exclusivo para esta implantação

resource
CommunicationsGateway

Parâmetros de criação de recursos.

options
CommunicationsGatewaysCreateOrUpdateOptionalParams

Os parâmetros de opções.

Devoluções

beginDelete(string, string, CommunicationsGatewaysDeleteOptionalParams)

Excluir 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 diferencia maiúsculas de minúsculas.

communicationsGatewayName

string

Identificador exclusivo para esta implantação

options
CommunicationsGatewaysDeleteOptionalParams

Os parâmetros de opções.

Devoluções

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

beginDeleteAndWait(string, string, CommunicationsGatewaysDeleteOptionalParams)

Excluir 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 diferencia maiúsculas de minúsculas.

communicationsGatewayName

string

Identificador exclusivo para esta implantação

options
CommunicationsGatewaysDeleteOptionalParams

Os parâmetros de opções.

Devoluções

Promise<void>

get(string, string, CommunicationsGatewaysGetOptionalParams)

Obtenha 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 diferencia maiúsculas de minúsculas.

communicationsGatewayName

string

Identificador exclusivo para esta implantação

options
CommunicationsGatewaysGetOptionalParams

Os parâmetros de opções.

Devoluções

listByResourceGroup(string, CommunicationsGatewaysListByResourceGroupOptionalParams)

Listar recursos do 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 diferencia maiúsculas de minúsculas.

options
CommunicationsGatewaysListByResourceGroupOptionalParams

Os parâmetros de opções.

Devoluções

listBySubscription(CommunicationsGatewaysListBySubscriptionOptionalParams)

Listar recursos do CommunicationsGateway por ID de assinatura

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 diferencia maiúsculas de minúsculas.

communicationsGatewayName

string

Identificador exclusivo para esta implantação

properties
CommunicationsGatewayUpdate

As propriedades do recurso a serem atualizadas.

options
CommunicationsGatewaysUpdateOptionalParams

Os parâmetros de opções.

Devoluções