public static interface FlowLogSettings.UpdateStages.WithRetentionPolicy
| Modifier and Type | Method and Description |
|---|---|
FlowLogSettings.Update |
withRetentionPolicyDays(int days)
Set the number of days to store flow log.
|
FlowLogSettings.Update |
withRetentionPolicyDisabled()
Disable retention policy.
|
FlowLogSettings.Update |
withRetentionPolicyEnabled()
Enable retention policy.
|
FlowLogSettings.Update withRetentionPolicyEnabled()
FlowLogSettings.Update withRetentionPolicyDisabled()
FlowLogSettings.Update withRetentionPolicyDays(int days)
days - the number of days/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/