public final class FlowLogFormatType extends com.azure.core.util.ExpandableStringEnum<FlowLogFormatType>
| Modifier and Type | Field and Description |
|---|---|
static FlowLogFormatType |
JSON
Static value JSON for FlowLogFormatType.
|
| Constructor and Description |
|---|
FlowLogFormatType() |
| Modifier and Type | Method and Description |
|---|---|
static FlowLogFormatType |
fromString(String name)
Creates or finds a FlowLogFormatType from its string representation.
|
static Collection<FlowLogFormatType> |
values() |
public static final FlowLogFormatType JSON
public static FlowLogFormatType fromString(String name)
name - a name to look for.public static Collection<FlowLogFormatType> values()
Copyright © 2021 Microsoft Corporation. All rights reserved.