Uses of Class
com.azure.resourcemanager.network.models.FlowLogFormatParameters
Packages that use FlowLogFormatParameters
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of FlowLogFormatParameters in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return FlowLogFormatParametersModifier and TypeMethodDescriptionFlowLogInformationInner.format()Get the format property: Parameters that define the flow log format.FlowLogInner.format()Get the format property: Parameters that define the flow log format.FlowLogProperties.format()Get the format property: Parameters that define the flow log format.FlowLogPropertiesFormat.format()Get the format property: Parameters that define the flow log format.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type FlowLogFormatParametersModifier and TypeMethodDescriptionFlowLogInformationInner.withFormat(FlowLogFormatParameters format) Set the format property: Parameters that define the flow log format.FlowLogInner.withFormat(FlowLogFormatParameters format) Set the format property: Parameters that define the flow log format.FlowLogProperties.withFormat(FlowLogFormatParameters format) Set the format property: Parameters that define the flow log format.FlowLogPropertiesFormat.withFormat(FlowLogFormatParameters format) Set the format property: Parameters that define the flow log format. -
Uses of FlowLogFormatParameters in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return FlowLogFormatParametersModifier and TypeMethodDescriptionstatic FlowLogFormatParametersFlowLogFormatParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FlowLogFormatParameters from the JsonReader.FlowLogFormatParameters.withType(FlowLogFormatType type) Set the type property: The file type of flow log.FlowLogFormatParameters.withVersion(Integer version) Set the version property: The version (revision) of the flow log.