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

FlowLogsOperationsExtensions 类

定义

FlowLogsOperations 的扩展方法。

public static class FlowLogsOperationsExtensions
type FlowLogsOperationsExtensions = class
Public Module FlowLogsOperationsExtensions
继承
FlowLogsOperationsExtensions

方法

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)

更新指定流日志的标记。

适用于