Uses of Class
com.azure.resourcemanager.network.models.FlowLogFormatType
-
Packages that use FlowLogFormatType Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of FlowLogFormatType in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as FlowLogFormatType Modifier and Type Field Description static FlowLogFormatTypeFlowLogFormatType. JSONStatic value JSON for FlowLogFormatType.Methods in com.azure.resourcemanager.network.models that return FlowLogFormatType Modifier and Type Method Description static FlowLogFormatTypeFlowLogFormatType. fromString(String name)Creates or finds a FlowLogFormatType from its string representation.FlowLogFormatTypeFlowLogFormatParameters. type()Get the type property: The file type of flow log.Methods in com.azure.resourcemanager.network.models that return types with arguments of type FlowLogFormatType Modifier and Type Method Description static Collection<FlowLogFormatType>FlowLogFormatType. values()Methods in com.azure.resourcemanager.network.models with parameters of type FlowLogFormatType Modifier and Type Method Description FlowLogFormatParametersFlowLogFormatParameters. withType(FlowLogFormatType type)Set the type property: The file type of flow log.
-