Network Packet Capture Storage Location
data class NetworkPacketCaptureStorageLocation(val filePath: String? = null, val storageAccountId: String? = null, val storagePath: String? = null)
Constructors
Link copied to clipboard
fun NetworkPacketCaptureStorageLocation(filePath: String? = null, storageAccountId: String? = null, storagePath: String? = null)