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) |
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET