@Beta public interface FlowLogSettings extends HasParent<NetworkWatcher>, HasInner<com.microsoft.azure.management.network.implementation.FlowLogInformationInner>, Updatable<FlowLogSettings.Update>, Refreshable<FlowLogSettings>
Modifier and Type | Interface and Description |
---|---|
static interface |
FlowLogSettings.Update
The template for a flow log information update operation, containing all the settings that
can be modified.
|
static interface |
FlowLogSettings.UpdateStages
Grouping of flow log information update stages.
|
Modifier and Type | Method and Description |
---|---|
boolean |
enabled() |
boolean |
isRetentionEnabled() |
String |
networkSecurityGroupId() |
int |
retentionDays() |
String |
storageId() |
String |
targetResourceId()
Get the ID of the resource to configure for flow logging.
|
parent
inner
update
refresh, refreshAsync
String targetResourceId()
String storageId()
boolean enabled()
boolean isRetentionEnabled()
int retentionDays()
String networkSecurityGroupId()
Copyright © 2019. All rights reserved.