IUpdate Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The template for a flow log information update operation, containing all the settings that can be modified. Call Update.apply() to apply the changes to the resource in 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
- Implements
Properties
Key | (Inherited from IIndexable) |
Methods
Apply() |
Execute the update request. (Inherited from IAppliable<T>) |
ApplyAsync(CancellationToken, Boolean) |
Execute the update request asynchronously. (Inherited from IAppliable<T>) |
WithLogging() |
Enable flow logging. (Inherited from IWithEnabled) |
WithoutLogging() |
Disable flow logging. (Inherited from IWithEnabled) |
WithRetentionPolicyDays(Int32) |
Set the number of days to store flow log. (Inherited from IWithRetentionPolicy) |
WithRetentionPolicyDisabled() |
Disable retention policy. (Inherited from IWithRetentionPolicy) |
WithRetentionPolicyEnabled() |
Enable retention policy. (Inherited from IWithRetentionPolicy) |
WithStorageAccount(String) |
Specifies the storage account to use for storing log. (Inherited from IWithStorageAccount) |