FlowLogSettings Interface
Implements
public interface FlowLogSettings
extends HasParent<NetworkWatcher>, HasInnerModel<FlowLogInformationInner>, Updatable<Update>, Refreshable<FlowLogSettings>
Client-side representation of the configuration of flow log, associated with network watcher and an Azure resource.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract boolean | enabled() |
abstract boolean | isRetentionEnabled() |
abstract String | networkSecurityGroupId() |
abstract int | retentionDays() |
abstract String | storageId() |
abstract String |
targetResourceId()
Get the ID of the resource to configure for flow logging. |
Method Details
enabled
public abstract boolean enabled()
Returns:
isRetentionEnabled
public abstract boolean isRetentionEnabled()
Returns:
networkSecurityGroupId
public abstract String networkSecurityGroupId()
Returns:
retentionDays
public abstract int retentionDays()
Returns:
storageId
public abstract String storageId()
Returns:
targetResourceId
public abstract String targetResourceId()
Get the ID of the resource to configure for flow logging.
Returns:
Applies to
Azure SDK for Java