Partager via


INetworkProfilesOperations Interface

Définition

Opérations NetworkProfilesOperations.

public interface INetworkProfilesOperations
type INetworkProfilesOperations = interface
Public Interface INetworkProfilesOperations

Méthodes

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

Supprime le profil réseau spécifié.

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

Crée ou met à jour un profil réseau.

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

Supprime le profil réseau spécifié.

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

Obtient le profil réseau spécifié dans un groupe de ressources spécifié.

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

Obtient tous les profils réseau d’un abonnement.

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

Obtient tous les profils réseau d’un abonnement.

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

Obtient tous les profils réseau d’un groupe de ressources.

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

Obtient tous les profils réseau d’un groupe de ressources.

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

Mises à jour étiquettes de profil réseau.

Méthodes d’extension

BeginDeleteAsync(INetworkProfilesOperations, String, String, CancellationToken)

Supprime le profil réseau spécifié.

CreateOrUpdateAsync(INetworkProfilesOperations, String, String, NetworkProfileInner, CancellationToken)

Crée ou met à jour un profil réseau.

DeleteAsync(INetworkProfilesOperations, String, String, CancellationToken)

Supprime le profil réseau spécifié.

GetAsync(INetworkProfilesOperations, String, String, String, CancellationToken)

Obtient le profil réseau spécifié dans un groupe de ressources spécifié.

ListAllAsync(INetworkProfilesOperations, CancellationToken)

Obtient tous les profils réseau d’un abonnement.

ListAllNextAsync(INetworkProfilesOperations, String, CancellationToken)

Obtient tous les profils réseau d’un abonnement.

ListAsync(INetworkProfilesOperations, String, CancellationToken)

Obtient tous les profils réseau d’un groupe de ressources.

ListNextAsync(INetworkProfilesOperations, String, CancellationToken)

Obtient tous les profils réseau d’un groupe de ressources.

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

Mises à jour étiquettes de profil réseau.

S’applique à