Class FlowLogFormatType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<FlowLogFormatType>
-
- com.azure.resourcemanager.network.models.FlowLogFormatType
-
public final class FlowLogFormatType extends com.azure.core.util.ExpandableStringEnum<FlowLogFormatType>
Defines values for FlowLogFormatType.
-
-
Field Summary
Fields Modifier and Type Field Description static FlowLogFormatTypeJSONStatic value JSON for FlowLogFormatType.
-
Constructor Summary
Constructors Constructor Description FlowLogFormatType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FlowLogFormatTypefromString(String name)Creates or finds a FlowLogFormatType from its string representation.static Collection<FlowLogFormatType>values()
-
-
-
Field Detail
-
JSON
public static final FlowLogFormatType JSON
Static value JSON for FlowLogFormatType.
-
-
Method Detail
-
fromString
public static FlowLogFormatType fromString(String name)
Creates or finds a FlowLogFormatType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding FlowLogFormatType.
-
values
public static Collection<FlowLogFormatType> values()
- Returns:
- known FlowLogFormatType values.
-
-