Uses of Class
com.azure.resourcemanager.network.fluent.models.FlowLogProperties
Packages that use FlowLogProperties
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of FlowLogProperties in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return FlowLogPropertiesModifier and TypeMethodDescriptionstatic FlowLogPropertiesFlowLogProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FlowLogProperties from the JsonReader.FlowLogProperties.withEnabled(boolean enabled) Set the enabled property: Flag to enable/disable flow logging.FlowLogProperties.withEnabledFilteringCriteria(String enabledFilteringCriteria) Set the enabledFilteringCriteria property: Optional field to filter network traffic logs based on SrcIP, SrcPort, DstIP, DstPort, Protocol, Encryption, Direction and Action.FlowLogProperties.withFormat(FlowLogFormatParameters format) Set the format property: Parameters that define the flow log format.FlowLogProperties.withRetentionPolicy(RetentionPolicyParameters retentionPolicy) Set the retentionPolicy property: Parameters that define the retention policy for flow log.FlowLogProperties.withStorageId(String storageId) Set the storageId property: ID of the storage account which is used to store the flow log.