Get Flow Log Result
data class GetFlowLogResult(val azureApiVersion: String, val enabled: Boolean? = null, val enabledFilteringCriteria: String? = null, val etag: String, val flowAnalyticsConfiguration: TrafficAnalyticsPropertiesResponse? = null, val format: FlowLogFormatParametersResponse? = null, val id: String? = null, val identity: ManagedServiceIdentityResponse? = null, val location: String? = null, val name: String, val provisioningState: String, val retentionPolicy: RetentionPolicyParametersResponse? = null, val storageId: String, val tags: Map<String, String>? = null, val targetResourceGuid: String, val targetResourceId: String, val type: String)
A flow log resource.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, enabled: Boolean? = null, enabledFilteringCriteria: String? = null, etag: String, flowAnalyticsConfiguration: TrafficAnalyticsPropertiesResponse? = null, format: FlowLogFormatParametersResponse? = null, id: String? = null, identity: ManagedServiceIdentityResponse? = null, location: String? = null, name: String, provisioningState: String, retentionPolicy: RetentionPolicyParametersResponse? = null, storageId: String, tags: Map<String, String>? = null, targetResourceGuid: String, targetResourceId: String, type: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Optional field to filter network traffic logs based on SrcIP, SrcPort, DstIP, DstPort, Protocol, Encryption, Direction and Action. If not specified, all network traffic will be logged.
Link copied to clipboard
Parameters that define the configuration of traffic analytics.
Link copied to clipboard
Parameters that define the flow log format.
Link copied to clipboard
FlowLog resource Managed Identity
Link copied to clipboard
The provisioning state of the flow log.
Link copied to clipboard
Parameters that define the retention policy for flow log.
Link copied to clipboard
Guid of network security group to which flow log will be applied.
Link copied to clipboard
ID of network security group to which flow log will be applied.