Uses of Class
com.azure.resourcemanager.network.models.FlowLogFormatType
Packages that use FlowLogFormatType
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of FlowLogFormatType in com.azure.resourcemanager.network.models
Subclasses with type arguments of type FlowLogFormatType in com.azure.resourcemanager.network.modelsFields in com.azure.resourcemanager.network.models declared as FlowLogFormatTypeModifier and TypeFieldDescriptionstatic final FlowLogFormatTypeFlowLogFormatType.JSONStatic value JSON for FlowLogFormatType.Methods in com.azure.resourcemanager.network.models that return FlowLogFormatTypeModifier and TypeMethodDescriptionstatic FlowLogFormatTypeFlowLogFormatType.fromString(String name) Creates or finds a FlowLogFormatType from its string representation.FlowLogFormatParameters.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 FlowLogFormatTypeModifier and TypeMethodDescriptionstatic Collection<FlowLogFormatType> FlowLogFormatType.values()Gets known FlowLogFormatType values.Methods in com.azure.resourcemanager.network.models with parameters of type FlowLogFormatTypeModifier and TypeMethodDescriptionFlowLogFormatParameters.withType(FlowLogFormatType type) Set the type property: The file type of flow log.