Partager via


IFlowLogsOperations Interface

Définition

Opérations FlowLogsOperations.

public interface IFlowLogsOperations
type IFlowLogsOperations = interface
Public Interface IFlowLogsOperations

Méthodes

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

Créez ou mettez à jour un journal de flux pour le groupe de sécurité réseau spécifié.

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

Supprime la ressource de journal de flux spécifiée.

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

Créez ou mettez à jour un journal de flux pour le groupe de sécurité réseau spécifié.

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

Supprime la ressource de journal de flux spécifiée.

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

Obtient une ressource de journal de flux par nom.

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

Répertorie toutes les ressources du journal de flux pour le Network Watcher spécifié.

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

Répertorie toutes les ressources du journal de flux pour le Network Watcher spécifié.

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

Mettez à jour les balises du journal de flux spécifié.

Méthodes d’extension

BeginCreateOrUpdate(IFlowLogsOperations, String, String, String, FlowLog)

Créez ou mettez à jour un journal de flux pour le groupe de sécurité réseau spécifié.

BeginCreateOrUpdateAsync(IFlowLogsOperations, String, String, String, FlowLog, CancellationToken)

Créez ou mettez à jour un journal de flux pour le groupe de sécurité réseau spécifié.

BeginDelete(IFlowLogsOperations, String, String, String)

Supprime la ressource de journal de flux spécifiée.

BeginDeleteAsync(IFlowLogsOperations, String, String, String, CancellationToken)

Supprime la ressource de journal de flux spécifiée.

CreateOrUpdate(IFlowLogsOperations, String, String, String, FlowLog)

Créez ou mettez à jour un journal de flux pour le groupe de sécurité réseau spécifié.

CreateOrUpdateAsync(IFlowLogsOperations, String, String, String, FlowLog, CancellationToken)

Créez ou mettez à jour un journal de flux pour le groupe de sécurité réseau spécifié.

Delete(IFlowLogsOperations, String, String, String)

Supprime la ressource de journal de flux spécifiée.

DeleteAsync(IFlowLogsOperations, String, String, String, CancellationToken)

Supprime la ressource de journal de flux spécifiée.

Get(IFlowLogsOperations, String, String, String)

Obtient une ressource de journal de flux par nom.

GetAsync(IFlowLogsOperations, String, String, String, CancellationToken)

Obtient une ressource de journal de flux par nom.

List(IFlowLogsOperations, String, String)

Répertorie toutes les ressources du journal de flux pour le Network Watcher spécifié.

ListAsync(IFlowLogsOperations, String, String, CancellationToken)

Répertorie toutes les ressources du journal de flux pour le Network Watcher spécifié.

ListNext(IFlowLogsOperations, String)

Répertorie toutes les ressources du journal de flux pour le Network Watcher spécifié.

ListNextAsync(IFlowLogsOperations, String, CancellationToken)

Répertorie toutes les ressources du journal de flux pour le Network Watcher spécifié.

UpdateTags(IFlowLogsOperations, String, String, String, TagsObject)

Mettez à jour les balises du journal de flux spécifié.

UpdateTagsAsync(IFlowLogsOperations, String, String, String, TagsObject, CancellationToken)

Mettez à jour les balises du journal de flux spécifié.

S’applique à