Partager via


INetworkGroupsOperations Interface

Définition

Opérations NetworkGroupsOperations.

public interface INetworkGroupsOperations
type INetworkGroupsOperations = interface
Public Interface INetworkGroupsOperations

Méthodes

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

Supprime un groupe réseau.

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

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

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

Supprime un groupe réseau.

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

Obtient le groupe réseau spécifié.

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

Répertorie le groupe réseau spécifié.

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

Répertorie le groupe réseau spécifié.

Méthodes d’extension

BeginDelete(INetworkGroupsOperations, String, String, String, Nullable<Boolean>)

Supprime un groupe réseau.

BeginDeleteAsync(INetworkGroupsOperations, String, String, String, Nullable<Boolean>, CancellationToken)

Supprime un groupe réseau.

CreateOrUpdate(INetworkGroupsOperations, NetworkGroup, String, String, String, String)

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

CreateOrUpdateAsync(INetworkGroupsOperations, NetworkGroup, String, String, String, String, CancellationToken)

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

Delete(INetworkGroupsOperations, String, String, String, Nullable<Boolean>)

Supprime un groupe réseau.

DeleteAsync(INetworkGroupsOperations, String, String, String, Nullable<Boolean>, CancellationToken)

Supprime un groupe réseau.

Get(INetworkGroupsOperations, String, String, String)

Obtient le groupe réseau spécifié.

GetAsync(INetworkGroupsOperations, String, String, String, CancellationToken)

Obtient le groupe réseau spécifié.

List(INetworkGroupsOperations, String, String, Nullable<Int32>, String)

Répertorie le groupe réseau spécifié.

ListAsync(INetworkGroupsOperations, String, String, Nullable<Int32>, String, CancellationToken)

Répertorie le groupe réseau spécifié.

ListNext(INetworkGroupsOperations, String)

Répertorie le groupe réseau spécifié.

ListNextAsync(INetworkGroupsOperations, String, CancellationToken)

Répertorie le groupe réseau spécifié.

S’applique à