FlowLogSettings.Update Interface
public interface Update extends Appliable,FlowLogSettings.UpdateStages.WithEnabled,FlowLogSettings.UpdateStages.WithStorageAccount,FlowLogSettings.UpdateStages.WithRetentionPolicy
The template for a flow log information update operation, containing all the settings that can be modified.
Call apply() to apply the changes to the resource in Azure.
Inherited Members
Appliable<T>.apply()
Appliable<T>.applyAsync()
Appliable<T>.applyAsync(final ServiceCallback<T> callback)
Indexable.key()
FlowLogSettings.UpdateStages.WithEnabled.withLogging()
FlowLogSettings.UpdateStages.WithEnabled.withoutLogging()
FlowLogSettings.UpdateStages.WithRetentionPolicy.withRetentionPolicyDays(int days)
FlowLogSettings.UpdateStages.WithRetentionPolicy.withRetentionPolicyDisabled()
FlowLogSettings.UpdateStages.WithRetentionPolicy.withRetentionPolicyEnabled()
FlowLogSettings.UpdateStages.WithStorageAccount.withStorageAccount(String storageId)
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java