Compartilhar via


INatGatewaysOperations Interface

Definição

Operações natGatewaysOperations.

public interface INatGatewaysOperations
type INatGatewaysOperations = interface
Public Interface INatGatewaysOperations

Métodos

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, NatGatewayInner, Dictionary<String,List<String>>, CancellationToken)

Cria ou atualiza um gateway nat.

BeginDeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Exclui o gateway nat especificado.

CreateOrUpdateWithHttpMessagesAsync(String, String, NatGatewayInner, Dictionary<String,List<String>>, CancellationToken)

Cria ou atualiza um gateway nat.

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Exclui o gateway nat especificado.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Obtém o gateway nat especificado em um grupo de recursos especificado.

ListAllNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Obtém todos os Gateways nat em uma assinatura.

ListAllWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

Obtém todos os Gateways nat em uma assinatura.

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Obtém todos os gateways nat em um grupo de recursos.

ListWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Obtém todos os gateways nat em um grupo de recursos.

UpdateTagsWithHttpMessagesAsync(String, String, IDictionary<String,String>, Dictionary<String,List<String>>, CancellationToken)

Atualizações marcas de gateway nat.

Métodos de Extensão

BeginCreateOrUpdateAsync(INatGatewaysOperations, String, String, NatGatewayInner, CancellationToken)

Cria ou atualiza um gateway nat.

BeginDeleteAsync(INatGatewaysOperations, String, String, CancellationToken)

Exclui o gateway nat especificado.

CreateOrUpdateAsync(INatGatewaysOperations, String, String, NatGatewayInner, CancellationToken)

Cria ou atualiza um gateway nat.

DeleteAsync(INatGatewaysOperations, String, String, CancellationToken)

Exclui o gateway nat especificado.

GetAsync(INatGatewaysOperations, String, String, String, CancellationToken)

Obtém o gateway nat especificado em um grupo de recursos especificado.

ListAllAsync(INatGatewaysOperations, CancellationToken)

Obtém todos os Gateways nat em uma assinatura.

ListAllNextAsync(INatGatewaysOperations, String, CancellationToken)

Obtém todos os Gateways nat em uma assinatura.

ListAsync(INatGatewaysOperations, String, CancellationToken)

Obtém todos os gateways nat em um grupo de recursos.

ListNextAsync(INatGatewaysOperations, String, CancellationToken)

Obtém todos os gateways nat em um grupo de recursos.

UpdateTagsAsync(INatGatewaysOperations, String, String, IDictionary<String,String>, CancellationToken)

Atualizações marcas de gateway nat.

Aplica-se a