Class FlowLogFormatType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<FlowLogFormatType>
com.azure.resourcemanager.network.models.FlowLogFormatType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class FlowLogFormatType
extends com.azure.core.util.ExpandableStringEnum<FlowLogFormatType>
The file type of flow log.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final FlowLogFormatTypeStatic value JSON for FlowLogFormatType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FlowLogFormatTypefromString(String name) Creates or finds a FlowLogFormatType from its string representation.static Collection<FlowLogFormatType> values()Gets known FlowLogFormatType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
JSON
Static value JSON for FlowLogFormatType.
-
-
Constructor Details
-
FlowLogFormatType
Deprecated.Use thefromString(String)factory method.Creates a new instance of FlowLogFormatType value.
-
-
Method Details
-
fromString
Creates or finds a FlowLogFormatType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding FlowLogFormatType.
-
values
Gets known FlowLogFormatType values.- Returns:
- known FlowLogFormatType values.
-
fromString(String)factory method.