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

FlowLogSettings.UpdateStages.WithStorageAccount 接口

public static interface FlowLogSettings.UpdateStages.WithStorageAccount

允许指定存储帐户的流日志信息更新阶段。

方法摘要

修饰符和类型 方法和描述
abstract Update withStorageAccount(String storageId)

指定要用于存储日志的存储帐户。

方法详细信息

withStorageAccount

public abstract FlowLogSettings.Update withStorageAccount(String storageId)

指定要用于存储日志的存储帐户。

Parameters:

storageId - 存储帐户的 ID

Returns:

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

适用于