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

FlowLogSettings.UpdateStages.WithEnabled 接口

public interface WithEnabled

允许设置 enable/disable 属性的流日志信息更新阶段。

方法摘要

修饰符和类型 方法和描述
FlowLogSettings.Update withLogging()

启用流日志记录。

FlowLogSettings.Update withoutLogging()

禁用流日志记录。

方法详细信息

withLogging

public Update withLogging()

启用流日志记录。

Returns:

流日志信息更新的下一阶段

withoutLogging

public Update withoutLogging()

禁用流日志记录。

Returns:

流日志信息更新的下一阶段

适用于