Class FlowLogFormatParameters
java.lang.Object
com.microsoft.azure.management.network.FlowLogFormatParameters
Parameters that define the flow log format.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontype()
Get the file type of flow log.version()
Get the version (revision) of the flow log.withType
(FlowLogFormatType type) Set the file type of flow log.withVersion
(Integer version) Set the version (revision) of the flow log.
-
Constructor Details
-
FlowLogFormatParameters
public FlowLogFormatParameters()
-
-
Method Details
-
type
Get the file type of flow log. Possible values include: 'JSON'.- Returns:
- the type value
-
withType
Set the file type of flow log. Possible values include: 'JSON'.- Parameters:
type
- the type value to set- Returns:
- the FlowLogFormatParameters object itself.
-
version
Get the version (revision) of the flow log.- Returns:
- the version value
-
withVersion
Set the version (revision) of the flow log.- Parameters:
version
- the version value to set- Returns:
- the FlowLogFormatParameters object itself.
-