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

IUpdate 接口

定义

流日志信息更新操作的模板,包含可修改的所有设置。 调用 Update.apply () 以将更改应用到 Azure 中的资源。

public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.FlowLogSettings.Update.IWithEnabled, Microsoft.Azure.Management.Network.Fluent.FlowLogSettings.Update.IWithRetentionPolicy, Microsoft.Azure.Management.Network.Fluent.FlowLogSettings.Update.IWithStorageAccount, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Network.Fluent.IFlowLogSettings>
type IUpdate = interface
    interface IAppliable<IFlowLogSettings>
    interface IIndexable
    interface IWithEnabled
    interface IWithStorageAccount
    interface IWithRetentionPolicy
Public Interface IUpdate
Implements IAppliable(Of IFlowLogSettings), IWithEnabled, IWithRetentionPolicy, IWithStorageAccount
实现

属性

Key

流日志信息更新操作的模板,包含可修改的所有设置。 调用 Update.apply () 以将更改应用到 Azure 中的资源。

(继承自 IIndexable)

方法

Apply()

执行更新请求。

(继承自 IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

异步执行更新请求。

(继承自 IAppliable<T>)
WithLogging()

启用流日志记录。

(继承自 IWithEnabled)
WithoutLogging()

禁用流日志记录。

(继承自 IWithEnabled)
WithRetentionPolicyDays(Int32)

设置存储流日志的天数。

(继承自 IWithRetentionPolicy)
WithRetentionPolicyDisabled()

禁用保留策略。

(继承自 IWithRetentionPolicy)
WithRetentionPolicyEnabled()

启用保留策略。

(继承自 IWithRetentionPolicy)
WithStorageAccount(String)

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

(继承自 IWithStorageAccount)

适用于