Partager via


ILocalNetworkGatewaysOperations Interface

Définition

Opérations LocalNetworkGatewaysOperations.

public interface ILocalNetworkGatewaysOperations
type ILocalNetworkGatewaysOperations = interface
Public Interface ILocalNetworkGatewaysOperations

Méthodes

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

Crée ou met à jour une passerelle de réseau local dans le groupe de ressources spécifié.

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

Supprime la passerelle de réseau local spécifiée.

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

Crée ou met à jour une passerelle de réseau local dans le groupe de ressources spécifié.

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

Supprime la passerelle de réseau local spécifiée.

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

Obtient la passerelle de réseau local spécifiée dans un groupe de ressources.

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

Obtient toutes les passerelles de réseau local dans un groupe de ressources.

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

Obtient toutes les passerelles de réseau local dans un groupe de ressources.

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

Mises à jour des balises de passerelle de réseau local.

Méthodes d’extension

BeginCreateOrUpdate(ILocalNetworkGatewaysOperations, String, String, LocalNetworkGateway)

Crée ou met à jour une passerelle de réseau local dans le groupe de ressources spécifié.

BeginCreateOrUpdateAsync(ILocalNetworkGatewaysOperations, String, String, LocalNetworkGateway, CancellationToken)

Crée ou met à jour une passerelle de réseau local dans le groupe de ressources spécifié.

BeginDelete(ILocalNetworkGatewaysOperations, String, String)

Supprime la passerelle de réseau local spécifiée.

BeginDeleteAsync(ILocalNetworkGatewaysOperations, String, String, CancellationToken)

Supprime la passerelle de réseau local spécifiée.

CreateOrUpdate(ILocalNetworkGatewaysOperations, String, String, LocalNetworkGateway)

Crée ou met à jour une passerelle de réseau local dans le groupe de ressources spécifié.

CreateOrUpdateAsync(ILocalNetworkGatewaysOperations, String, String, LocalNetworkGateway, CancellationToken)

Crée ou met à jour une passerelle de réseau local dans le groupe de ressources spécifié.

Delete(ILocalNetworkGatewaysOperations, String, String)

Supprime la passerelle de réseau local spécifiée.

DeleteAsync(ILocalNetworkGatewaysOperations, String, String, CancellationToken)

Supprime la passerelle de réseau local spécifiée.

Get(ILocalNetworkGatewaysOperations, String, String)

Obtient la passerelle de réseau local spécifiée dans un groupe de ressources.

GetAsync(ILocalNetworkGatewaysOperations, String, String, CancellationToken)

Obtient la passerelle de réseau local spécifiée dans un groupe de ressources.

List(ILocalNetworkGatewaysOperations, String)

Obtient toutes les passerelles de réseau local dans un groupe de ressources.

ListAsync(ILocalNetworkGatewaysOperations, String, CancellationToken)

Obtient toutes les passerelles de réseau local dans un groupe de ressources.

ListNext(ILocalNetworkGatewaysOperations, String)

Obtient toutes les passerelles de réseau local dans un groupe de ressources.

ListNextAsync(ILocalNetworkGatewaysOperations, String, CancellationToken)

Obtient toutes les passerelles de réseau local dans un groupe de ressources.

UpdateTags(ILocalNetworkGatewaysOperations, String, String, TagsObject)

Mises à jour des balises de passerelle de réseau local.

UpdateTagsAsync(ILocalNetworkGatewaysOperations, String, String, TagsObject, CancellationToken)

Mises à jour des balises de passerelle de réseau local.

S’applique à