IFlowLogsOperations Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Opérations FlowLogsOperations.
public interface IFlowLogsOperations
type IFlowLogsOperations = interface
Public Interface IFlowLogsOperations
Méthodes
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 à
Azure SDK for .NET