GetFlowLogResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val enabled: Boolean? = null

Flag to enable/disable flow logging.

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

A unique read-only string that changes whenever the resource is updated.

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
val id: String? = null

Resource ID.

Link copied to clipboard

FlowLog resource Managed Identity

Link copied to clipboard
val location: String? = null

Resource location.

Link copied to clipboard

Resource name.

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

ID of the storage account which is used to store the flow log.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

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.

Link copied to clipboard

Resource type.