你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IFlowLogsOperations 接口

定义

FlowLogsOperations 操作。

public interface IFlowLogsOperations
type IFlowLogsOperations = interface
Public Interface IFlowLogsOperations

方法

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

为指定的网络安全组创建或更新流日志。

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

删除指定的流日志资源。

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

为指定的网络安全组创建或更新流日志。

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

删除指定的流日志资源。

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

按名称获取流日志资源。

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

列出指定网络观察程序的所有流日志资源。

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

列出指定网络观察程序的所有流日志资源。

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

更新指定流日志的标记。

扩展方法

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

为指定的网络安全组创建或更新流日志。

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

为指定的网络安全组创建或更新流日志。

BeginDelete(IFlowLogsOperations, String, String, String)

删除指定的流日志资源。

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

删除指定的流日志资源。

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

为指定的网络安全组创建或更新流日志。

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

为指定的网络安全组创建或更新流日志。

Delete(IFlowLogsOperations, String, String, String)

删除指定的流日志资源。

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

删除指定的流日志资源。

Get(IFlowLogsOperations, String, String, String)

按名称获取流日志资源。

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

按名称获取流日志资源。

List(IFlowLogsOperations, String, String)

列出指定网络观察程序的所有流日志资源。

ListAsync(IFlowLogsOperations, String, String, CancellationToken)

列出指定网络观察程序的所有流日志资源。

ListNext(IFlowLogsOperations, String)

列出指定网络观察程序的所有流日志资源。

ListNextAsync(IFlowLogsOperations, String, CancellationToken)

列出指定网络观察程序的所有流日志资源。

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

更新指定流日志的标记。

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

更新指定流日志的标记。

适用于