Uses of Class
com.azure.resourcemanager.network.fluent.models.FlowLogPropertiesFormat
Packages that use FlowLogPropertiesFormat
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of FlowLogPropertiesFormat in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return FlowLogPropertiesFormatModifier and TypeMethodDescriptionstatic FlowLogPropertiesFormatFlowLogPropertiesFormat.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FlowLogPropertiesFormat from the JsonReader.FlowLogPropertiesFormat.withEnabled(Boolean enabled) Set the enabled property: Flag to enable/disable flow logging.FlowLogPropertiesFormat.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.FlowLogPropertiesFormat.withFlowAnalyticsConfiguration(TrafficAnalyticsProperties flowAnalyticsConfiguration) Set the flowAnalyticsConfiguration property: Parameters that define the configuration of traffic analytics.FlowLogPropertiesFormat.withFormat(FlowLogFormatParameters format) Set the format property: Parameters that define the flow log format.FlowLogPropertiesFormat.withRetentionPolicy(RetentionPolicyParameters retentionPolicy) Set the retentionPolicy property: Parameters that define the retention policy for flow log.FlowLogPropertiesFormat.withStorageId(String storageId) Set the storageId property: ID of the storage account which is used to store the flow log.FlowLogPropertiesFormat.withTargetResourceId(String targetResourceId) Set the targetResourceId property: ID of network security group to which flow log will be applied.