Flow Log Response
data class FlowLogResponse(val enabled: Boolean? = null, val etag: String, val flowAnalyticsConfiguration: TrafficAnalyticsPropertiesResponse? = null, val format: FlowLogFormatParametersResponse? = null, val id: String? = 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
fun FlowLogResponse(enabled: Boolean? = null, etag: String, flowAnalyticsConfiguration: TrafficAnalyticsPropertiesResponse? = null, format: FlowLogFormatParametersResponse? = null, id: String? = null, location: String? = null, name: String, provisioningState: String, retentionPolicy: RetentionPolicyParametersResponse? = null, storageId: String, tags: Map<String, String>? = null, targetResourceGuid: String, targetResourceId: String, type: String)